aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorShengHuo ZHU2002-03-06 21:57:10 +0000
committerShengHuo ZHU2002-03-06 21:57:10 +0000
commit3e549b18cfc2d4b5d68f192718aa57d7935dc20e (patch)
treecbf5fb2a9f476c9df56d1c62230e44c77cdf3535 /lisp/textmodes
parenta730e8506bc3c0e670f197da28c8ba63827c25c3 (diff)
downloademacs-3e549b18cfc2d4b5d68f192718aa57d7935dc20e.tar.gz
emacs-3e549b18cfc2d4b5d68f192718aa57d7935dc20e.zip
* textmodes/bibtex.el (bibtex-make-field): Call bibtex-find-text
with SILENT so that a new field can be added.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/bibtex.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el
index 8012d643683..043a84f679a 100644
--- a/lisp/textmodes/bibtex.el
+++ b/lisp/textmodes/bibtex.el
@@ -2981,7 +2981,7 @@ using the minibuffer."
2981 (car e-t)))) 2981 (car e-t))))
2982 (if (or (interactive-p) called-by-yank) 2982 (if (or (interactive-p) called-by-yank)
2983 (let (bibtex-help-message) 2983 (let (bibtex-help-message)
2984 (bibtex-find-text nil t) 2984 (bibtex-find-text nil t t)
2985 (if (looking-at "[}\"]") 2985 (if (looking-at "[}\"]")
2986 (forward-char)))) 2986 (forward-char))))
2987 (insert ",\n") 2987 (insert ",\n")