Mercurial > emacs
changeset 43293:da6445c98893
(bibtex-parse-buffers-stealthily):
Tell bibtex-parse-keys to output no progress messages.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 14 Feb 2002 01:55:12 +0000 |
parents | dfa162af3bbd |
children | 849846dd9b9a |
files | lisp/textmodes/bibtex.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/bibtex.el Thu Feb 14 01:53:38 2002 +0000 +++ b/lisp/textmodes/bibtex.el Thu Feb 14 01:55:12 2002 +0000 @@ -2398,7 +2398,9 @@ (not (eq (buffer-modified-tick) bibtex-buffer-last-parsed-tick))) - (if (bibtex-parse-keys nil t t) + ;; Output no progress messages in bibtex-parse-keys + ;; because when in y-or-n-p that can hide the question. + (if (bibtex-parse-keys nil nil t) ;; successful operation --> remove buffer from list (setq buffers (cdr buffers))) ;; buffer is no BibTeX buffer or needs no parsing