/[emacs]/emacs/lisp/textmodes/bibtex.el
ViewVC logotype

Diff of /emacs/lisp/textmodes/bibtex.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.101 by jet, Sun Oct 16 09:31:44 2005 UTC revision 1.102 by monnier, Sun Oct 16 14:07:33 2005 UTC
# Line 2662  begins at the beginning of a line.  We u Line 2662  begins at the beginning of a line.  We u
2662          field bounds start end found)          field bounds start end found)
2663      (bibtex-beginning-of-field)      (bibtex-beginning-of-field)
2664      (while (and (not found)      (while (and (not found)
2665                    (<= (point) bound)
2666                  (prog1 (re-search-forward bibtex-font-lock-url-regexp bound t)                  (prog1 (re-search-forward bibtex-font-lock-url-regexp bound t)
2667                    (setq field (match-string-no-properties 1)))                    (setq field (match-string-no-properties 1)))
2668                  (setq bounds (bibtex-parse-field-text))                  (setq bounds (bibtex-parse-field-text))

Legend:
Removed from v.1.101  
changed lines
  Added in v.1.102

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26