summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-05-19 20:46:24 +0000
committerRichard M. Stallman <rms@gnu.org>1994-05-19 20:46:24 +0000
commit6c65d1ec438691e57d335333b1d5bec7cd482191 (patch)
tree9dae97d2916bfb74d50e30a484ae5ab33d6d450a /lisp
parent346af5107f640be327538512bfacb4d5b583c51a (diff)
downloademacs-6c65d1ec438691e57d335333b1d5bec7cd482191.tar.gz
(rmail-edit-current-message): Undo previous change.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mail/rmailedit.el1
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.