From: Lute Kamstra Date: Thu, 26 May 2005 15:22:06 +0000 (+0000) Subject: (mh-show-mode): Remove spurious run-hooks. X-Git-Tag: emacs-pretest-22.0.90~9522 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cf8402ae917bb45098ef2cdf07064a4e718651c3;p=emacs.git (mh-show-mode): Remove spurious run-hooks. --- diff --git a/lisp/mh-e/mh-utils.el b/lisp/mh-e/mh-utils.el index a7ba9311403..16ae64b1549 100644 --- a/lisp/mh-e/mh-utils.el +++ b/lisp/mh-e/mh-utils.el @@ -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'."