Index: emacs/lisp/textmodes/bibtex.el
diff -c emacs/lisp/textmodes/bibtex.el:1.95 emacs/lisp/textmodes/bibtex.el:1.96
*** emacs/lisp/textmodes/bibtex.el:1.95 Wed Jun 15 16:38:29 2005
--- emacs/lisp/textmodes/bibtex.el Mon Jul 4 03:29:01 2005
***************
*** 48,59 ****
;; User Options:
(defgroup bibtex nil
! "BibTeX mode"
:group 'tex
:prefix "bibtex-")
(defgroup bibtex-autokey nil
! "Generate automatically a key from the author/editor and the title field"
:group 'bibtex
:prefix "bibtex-autokey-")
--- 48,59 ----
;; User Options:
(defgroup bibtex nil
! "BibTeX mode."
:group 'tex
:prefix "bibtex-")
(defgroup bibtex-autokey nil
! "Generate automatically a key from the author/editor and the title field."
:group 'bibtex
:prefix "bibtex-autokey-")
***************
*** 2800,2806 ****
(set (make-local-variable 'fill-paragraph-function) 'bibtex-fill-field)
(set (make-local-variable 'fill-prefix) (make-string (+ bibtex-entry-offset
bibtex-contline-indentation)
! ? ))
(set (make-local-variable 'font-lock-defaults)
'(bibtex-font-lock-keywords
nil t ((?$ . "\"")
--- 2800,2806 ----
(set (make-local-variable 'fill-paragraph-function) 'bibtex-fill-field)
(set (make-local-variable 'fill-prefix) (make-string (+ bibtex-entry-offset
bibtex-contline-indentation)
! ?\s))
(set (make-local-variable 'font-lock-defaults)
'(bibtex-font-lock-keywords
nil t ((?$ . "\"")
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs