branch: master
commit 3fc581c3565429966bfe3655b6b7de5f39a74df4
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>

    ; Silence issues reported by 'make -dynvars-check'
    
    * style/beamerarticle.el:
    * style/physics.el: Require latex.el.
---
 style/beamerarticle.el | 3 ++-
 style/physics.el       | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/style/beamerarticle.el b/style/beamerarticle.el
index 09d58163..48852368 100644
--- a/style/beamerarticle.el
+++ b/style/beamerarticle.el
@@ -1,6 +1,6 @@
 ;;; beamerarticle.el --- AUCTeX style for the latex-beamerarticle class  -*- 
lexical-binding: t; -*-
 
-;; Copyright (C) 2019, 2020 Free Software Foundation, Inc.
+;; Copyright (C) 2019--2023 Free Software Foundation, Inc.
 
 ;; Keywords: tex
 
@@ -28,6 +28,7 @@
 ;;; Code:
 
 (require 'tex)
+(require 'latex)
 
 (TeX-add-style-hook
  "beamerarticle"
diff --git a/style/physics.el b/style/physics.el
index 9465f003..40f05cd4 100644
--- a/style/physics.el
+++ b/style/physics.el
@@ -1,6 +1,6 @@
 ;;; physics.el --- AUCTeX style for `physics' (v1.3).  -*- lexical-binding: t; 
-*-
 
-;; Copyright (C) 2022 Free Software Foundation, Inc.
+;; Copyright (C) 2022--2023 Free Software Foundation, Inc.
 
 ;; Author: Ikumi Keita <[email protected]>
 ;; Maintainer: [email protected]
@@ -32,6 +32,7 @@
 ;;; Code:
 
 (require 'tex)
+(require 'latex)
 
 ;; List of supported braces by macros in physics package
 ;;     | () | [] | || | {} |null| big

Reply via email to