# HG changeset patch # User Richard M. Stallman # Date 769380384 0 # Node ID c2bb49d403abd7508199478cb83ba4ff6e90b343 # Parent 22a4985ddad393a314c62318bf1311430d3d3b3d (rmail-edit-current-message): Undo previous change. diff -r 22a4985ddad3 -r c2bb49d403ab lisp/mail/rmailedit.el --- 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.