]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix duplicate custom group names in bibtex.el
authorBasil L. Contovounesios <contovob@tcd.ie>
Wed, 15 Aug 2018 07:03:23 +0000 (10:03 +0300)
committerNoam Postavsky <npostavs@gmail.com>
Fri, 17 Aug 2018 19:22:06 +0000 (15:22 -0400)
* lisp/textmodes/bibtex.el (bibtex-BibTeX-entry-alist):
Change :group from BibTeX to bibtex.  (bug#32436)

lisp/textmodes/bibtex.el

index efab9d8e3bd9d416e09f0605016180123921985d..6294b8026ce6d1023ca7ebc53270dcc15ef62b0f 100644 (file)
@@ -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)