diff options
author | Jim Blandy <jimb@redhat.com> | 1992-03-16 20:39:07 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-03-16 20:39:07 +0000 |
commit | 49116ac071969bee7f129bf7ce725c7a5b0b0fc5 (patch) | |
tree | 60c249f15b04478367256fef95c6fd7557f263b9 /lisp/textmodes/bib-mode.el | |
parent | 3b4a6e271d44955328c39de1475e42cf0b4cd637 (diff) | |
download | emacs-49116ac071969bee7f129bf7ce725c7a5b0b0fc5.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/textmodes/bib-mode.el')
-rw-r--r-- | lisp/textmodes/bib-mode.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/textmodes/bib-mode.el b/lisp/textmodes/bib-mode.el index af6f2ded3f0..14ef2045a7b 100644 --- a/lisp/textmodes/bib-mode.el +++ b/lisp/textmodes/bib-mode.el @@ -24,8 +24,6 @@ ;; bibliography file. Keys are automagically inserted as you type, ;; and appropriate keys are presented for various kinds of entries. -(provide 'bib-mode) - (defvar bib-file "~/my-bibliography.bib" "Default name of file used by `addbib'.") @@ -231,3 +229,6 @@ in the title).") (insert s) (capitalize-title-region (point-min) (point-max)) (buffer-string))) + +(provide 'bib-mode) + |