]> git.eshelyaron.com Git - emacs.git/commitdiff
(bibtex-make-field): Fix typo.
authorJohn Paul Wallington <jpw@pobox.com>
Mon, 1 Nov 2004 08:13:50 +0000 (08:13 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Mon, 1 Nov 2004 08:13:50 +0000 (08:13 +0000)
lisp/ChangeLog
lisp/textmodes/bibtex.el

index 020d20a23b67e74e1db8dd4d095f76b884aef596..64ac6903651f3f794e4bc0ef191de16a013b10ba 100644 (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.
index 92614c02d279965f97d9f4bbba4edf9ae5488b60..dd989fbea810385b0cfdaa4852a10939fb1ad93f 100644 (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)))