From: Basil L. Contovounesios Date: Wed, 15 Aug 2018 07:03:23 +0000 (+0300) Subject: Fix duplicate custom group names in bibtex.el X-Git-Tag: emacs-26.1.90~199 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7bc9ce7431ae6ab4e6828015f75caf1f2196a97c;p=emacs.git Fix duplicate custom group names in bibtex.el * lisp/textmodes/bibtex.el (bibtex-BibTeX-entry-alist): Change :group from BibTeX to bibtex. (bug#32436) --- diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el index efab9d8e3bd..6294b8026ce 100644 --- a/lisp/textmodes/bibtex.el +++ b/lisp/textmodes/bibtex.el @@ -457,7 +457,7 @@ INIT is either the initial content of the field or a function, which is called to determine the initial content of the field. ALTERNATIVE if non-nil is an integer that numbers sets of alternatives, starting from zero." - :group 'BibTeX + :group 'bibtex :version "26.1" ; add Conference :type 'bibtex-entry-alist) (put 'bibtex-BibTeX-entry-alist 'risky-local-variable t)