From: Richard M. Stallman Date: Thu, 19 May 1994 20:46:24 +0000 (+0000) Subject: (rmail-edit-current-message): Undo previous change. X-Git-Tag: emacs-19.34~8291 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6c65d1ec438691e57d335333b1d5bec7cd482191;p=emacs.git (rmail-edit-current-message): Undo previous change. --- 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.