auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 3fc581c3: ; Silence issues reported by 'make -dynvars-check'


From: Arash Esbati
Subject: master 3fc581c3: ; Silence issues reported by 'make -dynvars-check'
Date: Tue, 28 Mar 2023 06:41:17 -0400 (EDT)

branch: master
commit 3fc581c3565429966bfe3655b6b7de5f39a74df4
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@gnu.org>

    ; 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 <ikumikeita@jcom.home.ne.jp>
 ;; Maintainer: auctex-devel@gnu.org
@@ -32,6 +32,7 @@
 ;;; Code:
 
 (require 'tex)
+(require 'latex)
 
 ;; List of supported braces by macros in physics package
 ;;     | () | [] | || | {} |null| big



reply via email to

[Prev in Thread] Current Thread [Next in Thread]