2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
+ * international/mule.el (sgml-html-meta-auto-coding-function):
+ Make sure the search limit is ahead.
+
* tar-mode.el: Fix broken indentation.
(tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
Use with-current-buffer.
(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))))