]> code.delx.au - gnu-emacs/commitdiff
Force saving without encoding, regardless of current message.
authorRichard M. Stallman <rms@gnu.org>
Thu, 7 Feb 2013 08:04:05 +0000 (03:04 -0500)
committerRichard M. Stallman <rms@gnu.org>
Thu, 7 Feb 2013 08:04:05 +0000 (03:04 -0500)
lisp/ChangeLog
lisp/mail/rmail.el

index ef97f6a88168ebc492eccc553d4f0453205c4bfb..27a223cd64470382e750bce65d373bfa0aa5d92d 100644 (file)
@@ -1,3 +1,8 @@
+2013-02-07  Richard Stallman  <rms@gnu.org>
+
+       * mail/rmail.el (rmail-variables): Specify `no-conversion' for
+       `save-buffer-coding-system'.
+
 2013-02-07  Alan Mackenzie  <acm@muc.de>
 
        Fix bug in state cache mechanism.  Remove 'BOD "strategy".  Refactor.
index c6385498dcd54fe3fb0d51a7be027ba75c6358be..96d341c30d2d7a93d58fb307bf243664d5c6784f 100644 (file)
@@ -1507,6 +1507,8 @@ If so restore the actual mbox message collection."
   (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))
 \f
 ;; Handle M-x revert-buffer done in an rmail-mode buffer.