changeset 100657:3bc2687bdff2

(pmail-variables): Don't set save-buffer-coding-system.
author Richard M. Stallman <rms@gnu.org>
date Tue, 23 Dec 2008 03:56:10 +0000
parents 10033ffd4a59
children 099dce1236eb
files lisp/mail/pmail.el
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/pmail.el	Tue Dec 23 03:50:34 2008 +0000
+++ b/lisp/mail/pmail.el	Tue Dec 23 03:56:10 2008 +0000
@@ -1334,13 +1334,6 @@
 
 ;; Set up the non-permanent locals associated with Pmail mode.
 (defun pmail-variables ()
-  (make-local-variable 'save-buffer-coding-system)
-  ;; If we don't already have a value for save-buffer-coding-system,
-  ;; get it from buffer-file-coding-system, and clear that
-  ;; because it should be determined in pmail-show-message.
-  (unless save-buffer-coding-system
-    (setq save-buffer-coding-system (or buffer-file-coding-system 'undecided))
-    (setq buffer-file-coding-system nil))
   ;; Don't let a local variables list in a message cause confusion.
   (make-local-variable 'local-enable-local-variables)
   (setq local-enable-local-variables nil)