emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/gnus/gnus-msg.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/gnus-msg.el [emacs-unicode-2]
Date: Thu, 14 Oct 2004 05:17:49 -0400

Index: emacs/lisp/gnus/gnus-msg.el
diff -c emacs/lisp/gnus/gnus-msg.el:1.18.6.4 
emacs/lisp/gnus/gnus-msg.el:1.18.6.5
*** emacs/lisp/gnus/gnus-msg.el:1.18.6.4        Wed Sep 29 07:22:15 2004
--- emacs/lisp/gnus/gnus-msg.el Thu Oct 14 08:50:05 2004
***************
*** 1534,1540 ****
      ;; Remove any control chars - they seem to cause trouble for some
      ;; mailers.  (Byte-compiled output from the stuff above.)
      (goto-char point)
!     (while (re-search-forward "[\000-\010\013-\037\200-\237]" nil t)
        (replace-match (format "\\%03o" (string-to-char (match-string 0)))
                     t t))))
  
--- 1534,1541 ----
      ;; Remove any control chars - they seem to cause trouble for some
      ;; mailers.  (Byte-compiled output from the stuff above.)
      (goto-char point)
!     (while (re-search-forward (mm-string-as-multibyte
!                              "[\000-\010\013-\037\200-\237]") nil t)
        (replace-match (format "\\%03o" (string-to-char (match-string 0)))
                     t t))))
  




reply via email to

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