auctex-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex 3fc581c356 06/16: ; Silence issues reported by '


From: Tassilo Horn
Subject: [elpa] externals/auctex 3fc581c356 06/16: ; Silence issues reported by 'make -dynvars-check'
Date: Mon, 24 Apr 2023 13:44:12 -0400 (EDT)

branch: externals/auctex
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 09d58163b5..4885236853 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 9465f0035d..40f05cd4d1 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]