Mercurial > emacs
diff lisp/textmodes/bibtex.el @ 584:4cd7543be581
*** empty log message ***
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Mon, 16 Mar 1992 20:39:07 +0000 |
parents | a819dc25b9e7 |
children | 8a533acedb77 |
line wrap: on
line diff
--- a/lisp/textmodes/bibtex.el Mon Mar 16 20:39:05 1992 +0000 +++ b/lisp/textmodes/bibtex.el Mon Mar 16 20:39:07 1992 +0000 @@ -69,7 +69,7 @@ ;;; Bengt Martensson, March 6 ;;; Adapted to Bibtex 0.99 by updating the optional fields according ;;; to the document BibTeXing, Oren Patashnik, dated January 31, 1988. -;;; Updated documentation strings accordingly. Added (provide 'bibtex). +;;; Updated documentation strings accordingly. Added . ;;; If bibtex-include-OPT-crossref is non-nil, every entry will have ;;; an OPTcrossref field, analogously for bibtex-include-OPTkey and ;;; bibtex-include-OPTannote. Added bibtex-preamble, bound to ^C^EP, @@ -139,8 +139,6 @@ ;;; Trouble is, in Emacs 18.44 you can't have a mode-specific mouse binding, ;;; so it will remain active in all windows. Yuck! -(provide 'bibtex) - (defvar bibtex-mode-syntax-table nil "") (defvar bibtex-mode-abbrev-table nil "") (define-abbrev-table 'bibtex-mode-abbrev-table ()) @@ -1101,3 +1099,6 @@ )) ; matches (if... ;;; ------------- end bibtex-mode.el ------------------------------- + +(provide 'bibtex)(provide 'bibtex) +