emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/bibtex.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/bibtex.el
Date: Wed, 13 Feb 2002 20:55:12 -0500

Index: emacs/lisp/textmodes/bibtex.el
diff -c emacs/lisp/textmodes/bibtex.el:1.65 emacs/lisp/textmodes/bibtex.el:1.66
*** emacs/lisp/textmodes/bibtex.el:1.65 Wed Feb  7 18:30:40 2001
--- emacs/lisp/textmodes/bibtex.el      Wed Feb 13 20:55:12 2002
***************
*** 2398,2404 ****
                 (not
                  (eq (buffer-modified-tick)
                      bibtex-buffer-last-parsed-tick)))
!               (if (bibtex-parse-keys nil t t)
                    ;; successful operation --> remove buffer from list
                    (setq buffers (cdr buffers)))
              ;; buffer is no BibTeX buffer or needs no parsing
--- 2398,2406 ----
                 (not
                  (eq (buffer-modified-tick)
                      bibtex-buffer-last-parsed-tick)))
!             ;; 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]