bug-gnu-emacs
[Top][All Lists]
Advanced

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

Re: enable-local-variables 'maybe


From: Richard Stallman
Subject: Re: enable-local-variables 'maybe
Date: Wed, 13 Feb 2002 20:13:00 -0700 (MST)

Does this fix the bug for bibtex?  I can't test it myself.

*** bibtex.el.~1.65.~   Fri Feb  9 15:12:45 2001
--- bibtex.el   Wed Feb 13 19:57:57 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,2404 ----
                 (not
                  (eq (buffer-modified-tick)
                      bibtex-buffer-last-parsed-tick)))
!               (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]