diff options
| author | Richard M. Stallman | 2008-12-23 03:56:10 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2008-12-23 03:56:10 +0000 |
| commit | 125d2ddf70994fb619770d30cbc4feae40866cab (patch) | |
| tree | 79adcf73c2b812f04b489ec6ebab8a4549f851a5 | |
| parent | 2e39660c56382e60c8d60deb73f759e44bd9fdf8 (diff) | |
| download | emacs-125d2ddf70994fb619770d30cbc4feae40866cab.tar.gz emacs-125d2ddf70994fb619770d30cbc4feae40866cab.zip | |
(pmail-variables): Don't set save-buffer-coding-system.
| -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." | |||
| 1334 | 1334 | ||
| 1335 | ;; Set up the non-permanent locals associated with Pmail mode. | 1335 | ;; Set up the non-permanent locals associated with Pmail mode. |
| 1336 | (defun pmail-variables () | 1336 | (defun pmail-variables () |
| 1337 | (make-local-variable 'save-buffer-coding-system) | ||
| 1338 | ;; If we don't already have a value for save-buffer-coding-system, | ||
| 1339 | ;; get it from buffer-file-coding-system, and clear that | ||
| 1340 | ;; because it should be determined in pmail-show-message. | ||
| 1341 | (unless save-buffer-coding-system | ||
| 1342 | (setq save-buffer-coding-system (or buffer-file-coding-system 'undecided)) | ||
| 1343 | (setq buffer-file-coding-system nil)) | ||
| 1344 | ;; Don't let a local variables list in a message cause confusion. | 1337 | ;; Don't let a local variables list in a message cause confusion. |
| 1345 | (make-local-variable 'local-enable-local-variables) | 1338 | (make-local-variable 'local-enable-local-variables) |
| 1346 | (setq local-enable-local-variables nil) | 1339 | (setq local-enable-local-variables nil) |