1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 08:31:35 -08:00

(mh-show-mode): Remove spurious run-hooks.

This commit is contained in:
Lute Kamstra 2005-05-26 15:22:06 +00:00
parent 05617e8a70
commit cf8402ae91

View file

@ -1129,8 +1129,7 @@ See also `mh-folder-mode'.
(make-local-variable 'mh-show-folder-buffer)
(buffer-disable-undo)
(setq buffer-read-only t)
(use-local-map mh-show-mode-map)
(run-hooks 'mh-show-mode-hook))
(use-local-map mh-show-mode-map))
(defun mh-show-addr ()
"Use `goto-address'."