emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 7bc9ce7: Fix duplicate custom group names in bibt


From: Noam Postavsky
Subject: [Emacs-diffs] emacs-26 7bc9ce7: Fix duplicate custom group names in bibtex.el
Date: Fri, 17 Aug 2018 15:37:39 -0400 (EDT)

branch: emacs-26
commit 7bc9ce7431ae6ab4e6828015f75caf1f2196a97c
Author: Basil L. Contovounesios <address@hidden>
Commit: Noam Postavsky <address@hidden>

    Fix duplicate custom group names in bibtex.el
    
    * lisp/textmodes/bibtex.el (bibtex-BibTeX-entry-alist):
    Change :group from BibTeX to bibtex.  (bug#32436)
---
 lisp/textmodes/bibtex.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el
index efab9d8..6294b80 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]