branch: externals/auctex
commit e1290af3e7e0e50c0f1dc647b6373db8bdbb64cc
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>
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.