diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-05-19 20:46:24 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-05-19 20:46:24 +0000 |
commit | 6c65d1ec438691e57d335333b1d5bec7cd482191 (patch) | |
tree | 9dae97d2916bfb74d50e30a484ae5ab33d6d450a /lisp | |
parent | 346af5107f640be327538512bfacb4d5b583c51a (diff) | |
download | emacs-6c65d1ec438691e57d335333b1d5bec7cd482191.tar.gz |
(rmail-edit-current-message): Undo previous change.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mail/rmailedit.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/mail/rmailedit.el b/lisp/mail/rmailedit.el index 5c206fa2cea..1ed73a994cd 100644 --- a/lisp/mail/rmailedit.el +++ b/lisp/mail/rmailedit.el @@ -62,7 +62,6 @@ to return to regular RMAIL: (rmail-edit-mode) (make-local-variable 'rmail-old-text) (setq rmail-old-text (buffer-substring (point-min) (point-max))) - (put 'rmail-old-text 'permanent-local t) (setq buffer-read-only nil) (set-buffer-modified-p (buffer-modified-p)) ;; Make mode line update. |