diff options
author | Richard M. Stallman <rms@gnu.org> | 2008-12-23 03:56:10 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2008-12-23 03:56:10 +0000 |
commit | 125d2ddf70994fb619770d30cbc4feae40866cab (patch) | |
tree | 79adcf73c2b812f04b489ec6ebab8a4549f851a5 /lisp/mail/pmail.el | |
parent | 2e39660c56382e60c8d60deb73f759e44bd9fdf8 (diff) | |
download | emacs-125d2ddf70994fb619770d30cbc4feae40866cab.tar.gz |
(pmail-variables): Don't set save-buffer-coding-system.
Diffstat (limited to 'lisp/mail/pmail.el')
-rw-r--r-- | lisp/mail/pmail.el | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lisp/mail/pmail.el b/lisp/mail/pmail.el index 8f606821890..42ae1cea492 100644 --- a/lisp/mail/pmail.el +++ b/lisp/mail/pmail.el @@ -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) |