]> git.eshelyaron.com Git - emacs.git/commitdiff
* textmodes/bibtex.el (bibtex-make-field): Call bibtex-find-text
authorShengHuo ZHU <zsh@cs.rochester.edu>
Wed, 6 Mar 2002 21:57:10 +0000 (21:57 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Wed, 6 Mar 2002 21:57:10 +0000 (21:57 +0000)
with SILENT so that a new field can be added.

lisp/ChangeLog
lisp/textmodes/bibtex.el

index c01a5ac0425142bca6bff4e3f414dca4b058f380..f0c8623684c24e7cab323cbd39cbff5a221bdbd3 100644 (file)
@@ -1,3 +1,8 @@
+2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * textmodes/bibtex.el (bibtex-make-field): Call bibtex-find-text
+       with SILENT so that a new field can be added.
+
 2002-03-06  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * files.el (make-auto-save-file-name): Make sure the produced file
index 8012d643683176d8396d91c30d5d4d2713b73104..043a84f679a617dd9c75e275a2c9f893a2a99184 100644 (file)
@@ -2981,7 +2981,7 @@ using the minibuffer."
                 (car e-t))))
     (if (or (interactive-p) called-by-yank)
         (let (bibtex-help-message)
-          (bibtex-find-text nil t)
+          (bibtex-find-text nil t t)
           (if (looking-at "[}\"]")
               (forward-char))))
     (insert ",\n")