Re: bib-cite.el defines LaTeX-label-list

2023-06-11 Thread Arash Esbati
Hi Keita, Ikumi Keita writes: > No, I think we should get rid of that line. :-) Thanks for your response. Nuked with commit e1290af3e7 :-) Best, Arash

master e1290af3: Remove definition of `LaTeX-label-list' in bib-cite.el

2023-06-11 Thread Arash Esbati
branch: master commit e1290af3e7e0e50c0f1dc647b6373db8bdbb64cc Author: Arash Esbati Commit: Arash Esbati 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 |

Re: bib-cite.el defines LaTeX-label-list

2023-06-11 Thread Ikumi Keita
Hi Arash, > Arash Esbati writes: > 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