emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r111687: Force saving without encodin


From: Richard Stallman
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111687: Force saving without encoding, regardless of current message.
Date: Thu, 07 Feb 2013 03:04:05 -0500
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111687
committer: Richard Stallman <address@hidden>
branch nick: trunk
timestamp: Thu 2013-02-07 03:04:05 -0500
message:
  Force saving without encoding, regardless of current message.
modified:
  lisp/ChangeLog
  lisp/mail/rmail.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-02-07 06:23:54 +0000
+++ b/lisp/ChangeLog    2013-02-07 08:04:05 +0000
@@ -1,3 +1,8 @@
+2013-02-07  Richard Stallman  <address@hidden>
+
+       * mail/rmail.el (rmail-variables): Specify `no-conversion' for
+       `save-buffer-coding-system'.
+
 2013-02-07  Alan Mackenzie  <address@hidden>
 
        Fix bug in state cache mechanism.  Remove 'BOD "strategy".  Refactor.

=== modified file 'lisp/mail/rmail.el'
--- a/lisp/mail/rmail.el        2013-01-19 20:38:13 +0000
+++ b/lisp/mail/rmail.el        2013-02-07 08:04:05 +0000
@@ -1507,6 +1507,8 @@
   (setq file-precious-flag t)
   (make-local-variable 'desktop-save-buffer)
   (setq desktop-save-buffer t)
+  (make-local-variable 'save-buffer-coding-system)
+  (setq save-buffer-coding-system 'no-conversion)
   (setq next-error-move-function 'rmail-next-error-move))
 
 ;; Handle M-x revert-buffer done in an rmail-mode buffer.


reply via email to

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