emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex e1290af3e7 25/39: Remove definition of `LaTeX-la


From: Tassilo Horn
Subject: [elpa] externals/auctex e1290af3e7 25/39: Remove definition of `LaTeX-label-list' in bib-cite.el
Date: Thu, 20 Jul 2023 04:21:50 -0400 (EDT)

branch: externals/auctex
commit e1290af3e7e0e50c0f1dc647b6373db8bdbb64cc
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@gnu.org>

    Remove definition of `LaTeX-label-list' in bib-cite.el
    
    * bib-cite.el: Don't additionally defvar `LaTeX-label-list' which
    is actually defined in latex.el.
---
 bib-cite.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/bib-cite.el b/bib-cite.el
index 9c19be370d..5a7de98fe9 100644
--- a/bib-cite.el
+++ b/bib-cite.el
@@ -1570,8 +1570,6 @@ Does not save excursion."
          "Sorry, could not find an environment or section declaration")))))
 
 (defvar LaTeX-find-label-hist-alist nil "History list for LaTeX-find-label.")
-(defvar LaTeX-label-list nil "Used by AUCTeX to store label names.")
-
 
 (defun create-alist-from-list (the-list)
   "Return a single list from a THE-LIST that may contain either items or lists.



reply via email to

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