From 05617e8a701468b7912b48adf81236fbcd27674d Mon Sep 17 00:00:00 2001 From: Lute Kamstra Date: Thu, 26 May 2005 15:21:29 +0000 Subject: [PATCH] (mh-pick-mode): Remove spurious run-hooks. --- lisp/mh-e/mh-pick.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/mh-e/mh-pick.el b/lisp/mh-e/mh-pick.el index 7b0ae4bafdf..f15bef7ec4d 100644 --- a/lisp/mh-e/mh-pick.el +++ b/lisp/mh-e/mh-pick.el @@ -140,8 +140,7 @@ with no arguments, upon entry to this mode. (make-local-variable 'mh-searching-function) (make-local-variable 'mh-help-messages) (easy-menu-add mh-pick-menu) - (setq mh-help-messages mh-pick-mode-help-messages) - (run-hooks 'mh-pick-mode-hook)) + (setq mh-help-messages mh-pick-mode-help-messages)) ;;;###mh-autoload (defun mh-pick-do-search () -- 2.39.2