]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-get-coding-system): Fix previous change.
authorKenichi Handa <handa@m17n.org>
Tue, 27 Jan 2009 04:49:33 +0000 (04:49 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 27 Jan 2009 04:49:33 +0000 (04:49 +0000)
lisp/mail/rmail.el

index a96b52b86029387fdeb1fd44aaf930312b59a293..4662c4c32a089cfe3073b179bc5ae62f63f1d165 100644 (file)
@@ -942,7 +942,7 @@ This function also reinitializes local variables used by Rmail."
 The buffer is expected to be narrowed to just the header of the message."
   (save-excursion
     (goto-char (point-min))
-    (if (re-search-forward rmail-mime-charset-pattern)
+    (if (re-search-forward rmail-mime-charset-pattern nil t)
        (coding-system-from-name (match-string 1))
       'undecided)))
 \f