diff options
| -rw-r--r-- | lisp/mail/rmail.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index c874ade81fc..1381ec2560b 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el | |||
| @@ -852,6 +852,9 @@ Instead, these commands are available: | |||
| 852 | 852 | ||
| 853 | (defun rmail-mode-2 () | 853 | (defun rmail-mode-2 () |
| 854 | (kill-all-local-variables) | 854 | (kill-all-local-variables) |
| 855 | ;; Don't let a local variables list in a message cause confusion. | ||
| 856 | (make-local-variable 'enable-local-variables) | ||
| 857 | (setq enable-local-variables nil) | ||
| 855 | (rmail-mode-1) | 858 | (rmail-mode-1) |
| 856 | (rmail-variables)) | 859 | (rmail-variables)) |
| 857 | 860 | ||