comparison lisp/mail/rmailedit.el @ 26485:d1f081e4844a

(rmail-cease-edit): Run rmail-mode-hook.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 18 Nov 1999 13:11:37 +0000
parents 00d24401ca1e
children 9adbbd869684
comparison
equal deleted inserted replaced
26484:390d4b3523e9 26485:d1f081e4844a
132 (progn (forward-line 1) 132 (progn (forward-line 1)
133 (point)))))))))))) 133 (point))))))))))))
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 ()
140 "Abort edit of current message; restore original contents." 141 "Abort edit of current message; restore original contents."
141 (interactive) 142 (interactive)