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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/bibtex.el
Date: Sun, 16 Oct 2005 10:07:33 -0400

Index: emacs/lisp/textmodes/bibtex.el
diff -c emacs/lisp/textmodes/bibtex.el:1.101 
emacs/lisp/textmodes/bibtex.el:1.102
*** emacs/lisp/textmodes/bibtex.el:1.101        Sun Oct 16 09:31:44 2005
--- emacs/lisp/textmodes/bibtex.el      Sun Oct 16 14:07:33 2005
***************
*** 2662,2667 ****
--- 2662,2668 ----
          field bounds start end found)
      (bibtex-beginning-of-field)
      (while (and (not found)
+                 (<= (point) bound)
                (prog1 (re-search-forward bibtex-font-lock-url-regexp bound t)
                  (setq field (match-string-no-properties 1)))
                (setq bounds (bibtex-parse-field-text))




reply via email to

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