aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann1999-11-18 13:11:37 +0000
committerGerd Moellmann1999-11-18 13:11:37 +0000
commitbd84ce869a05568f0a416a53bd90adf961427e55 (patch)
tree427f34669266317f3e11f7172b0ca5f24f5e9660
parenta109786d724c4efeace8feae6e8ccf4079dbf07a (diff)
downloademacs-bd84ce869a05568f0a416a53bd90adf961427e55.tar.gz
emacs-bd84ce869a05568f0a416a53bd90adf961427e55.zip
(rmail-cease-edit): Run rmail-mode-hook.
-rw-r--r--lisp/mail/rmailedit.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mail/rmailedit.el b/lisp/mail/rmailedit.el
index 76994d4fb61..144b81a6470 100644
--- a/lisp/mail/rmailedit.el
+++ b/lisp/mail/rmailedit.el
@@ -134,6 +134,7 @@ to return to regular RMAIL:
134 (save-excursion 134 (save-excursion
135 (rmail-show-message) 135 (rmail-show-message)
136 (rmail-toggle-header (if rmail-old-pruned 1 0)))) 136 (rmail-toggle-header (if rmail-old-pruned 1 0))))
137 (run-hooks 'rmail-mode-hook)
137 (setq buffer-read-only t)) 138 (setq buffer-read-only t))
138 139
139(defun rmail-abort-edit () 140(defun rmail-abort-edit ()