emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/textmodes/bibtex.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/bibtex.el
Date: Sun, 03 Jul 2005 23:29:02 -0400

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 ((?$ . "\"")




reply via email to

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