1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(bibtex-make-field): Fix typo.

This commit is contained in:
John Paul Wallington 2004-11-01 08:13:50 +00:00
parent 2b601e1ccd
commit 2c10c0f063
2 changed files with 3 additions and 1 deletions

View file

@ -5,6 +5,8 @@
* thumbs.el (group thumbs): Add :version keyword.
* textmodes/bibtex.el (bibtex-make-field): Fix typo.
2004-11-01 Richard M. Stallman <rms@gnu.org>
* allout.el (allout group): Add :version.

View file

@ -3049,7 +3049,7 @@ In that case, or when called interactively, also don't do (WHAT?)."
((fboundp init)
(insert (funcall init)))))
(unless called-by-yank (insert (bibtex-field-right-delimiter)))
(when interactivw
(when interactive
(forward-char -1)
(bibtex-print-help-message)))