1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(rmail-edit-current-message): Undo previous change.

This commit is contained in:
Richard M. Stallman 1994-05-19 20:46:24 +00:00
parent 346af5107f
commit 6c65d1ec43

View file

@ -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.