]> git.eshelyaron.com Git - emacs.git/commitdiff
(pmail-variables): Don't set save-buffer-coding-system.
authorRichard M. Stallman <rms@gnu.org>
Tue, 23 Dec 2008 03:56:10 +0000 (03:56 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 23 Dec 2008 03:56:10 +0000 (03:56 +0000)
lisp/mail/pmail.el

index 8f60682189098e9ef86842bab0f699426caeffe7..42ae1cea49209817a17e31d9b031a68ad0b672ad 100644 (file)
@@ -1334,13 +1334,6 @@ Create the buffer if necessary."
 
 ;; 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)