emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/rmail.el [lexbind]
Date: Sat, 04 Sep 2004 05:49:57 -0400

Index: emacs/lisp/mail/rmail.el
diff -c emacs/lisp/mail/rmail.el:1.360.2.10 emacs/lisp/mail/rmail.el:1.360.2.11
*** emacs/lisp/mail/rmail.el:1.360.2.10 Tue Apr 27 14:11:00 2004
--- emacs/lisp/mail/rmail.el    Sat Sep  4 09:18:38 2004
***************
*** 484,490 ****
  
  ;;;###autoload
  (defvar rmail-mime-charset-pattern
!   "^content-type:[ ]*text/plain;[ \t\n]*charset=\"?\\([^ \t\n\"]+\\)\"?"
    "Regexp to match MIME-charset specification in a header of message.
  The first parenthesized expression should match the MIME-charset name.")
  
--- 484,490 ----
  
  ;;;###autoload
  (defvar rmail-mime-charset-pattern
!   "^content-type:[ ]*text/plain;[ \t\n]*charset=\"?\\([^ \t\n\";]+\\)\"?"
    "Regexp to match MIME-charset specification in a header of message.
  The first parenthesized expression should match the MIME-charset name.")
  




reply via email to

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