changeset 7562:c2bb49d403ab

(rmail-edit-current-message): Undo previous change.
author Richard M. Stallman <rms@gnu.org>
date Thu, 19 May 1994 20:46:24 +0000
parents 22a4985ddad3
children 4b15aee0be13
files lisp/mail/rmailedit.el
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/rmailedit.el	Thu May 19 20:44:03 1994 +0000
+++ b/lisp/mail/rmailedit.el	Thu May 19 20:46:24 1994 +0000
@@ -62,7 +62,6 @@
   (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.