with SILENT so that a new field can be added.
+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
(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")