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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/gnus-msg.el [lexbind]
Date: Mon, 25 Oct 2004 00:47:30 -0400

Index: emacs/lisp/gnus/gnus-msg.el
diff -c emacs/lisp/gnus/gnus-msg.el:1.16.4.5 
emacs/lisp/gnus/gnus-msg.el:1.16.4.6
*** emacs/lisp/gnus/gnus-msg.el:1.16.4.5        Wed Oct  6 05:23:52 2004
--- emacs/lisp/gnus/gnus-msg.el Mon Oct 25 04:19:42 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]