emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/international/mule.el,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/international/mule.el,v
Date: Tue, 12 Feb 2008 21:21:03 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/02/12 21:21:03

Index: international/mule.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/international/mule.el,v
retrieving revision 1.263
retrieving revision 1.264
diff -u -b -r1.263 -r1.264
--- international/mule.el       1 Feb 2008 16:01:16 -0000       1.263
+++ international/mule.el       12 Feb 2008 21:21:01 -0000      1.264
@@ -2297,7 +2297,7 @@
     (setq size (min (+ (point) size)
                    (save-excursion
                      ;; Limit the search by the end of the HTML header.
-                     (or (search-forward "</head>" size t)
+                     (or (search-forward "</head>" (+ (point) size) t)
                          ;; In case of no header, search only 10 lines.
                          (forward-line 10))
                      (point))))




reply via email to

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