emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp/mail rmail.el


From: Kenichi Handa
Subject: [Emacs-diffs] emacs/lisp/mail rmail.el
Date: Tue, 27 Jan 2009 04:49:33 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   09/01/27 04:49:33

Modified files:
        lisp/mail      : rmail.el 

Log message:
        (rmail-get-coding-system): Fix previous change.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mail/rmail.el?cvsroot=emacs&r1=1.469&r2=1.470

Patches:
Index: rmail.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/mail/rmail.el,v
retrieving revision 1.469
retrieving revision 1.470
diff -u -b -r1.469 -r1.470
--- rmail.el    27 Jan 2009 04:48:09 -0000      1.469
+++ rmail.el    27 Jan 2009 04:49:33 -0000      1.470
@@ -942,7 +942,7 @@
 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)))
 




reply via email to

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