Hi all,

bib-cite.el has the following line[1]:

  (defvar LaTeX-label-list nil "Used by AUCTeX to store label names.")

The variable is also generated in latex.el with[2]:

  (TeX-auto-add-type "label" "LaTeX")

Any objections if we delete the line in bib-cite.el?

Best, Arash

Footnotes:
[1]  http://git.savannah.gnu.org/cgit/auctex.git/tree/bib-cite.el#n1573

[2]  http://git.savannah.gnu.org/cgit/auctex.git/tree/latex.el#n1722

Reply via email to