diff options
| author | Lute Kamstra <lute@gnu.org> | 2005-05-26 15:21:29 +0000 |
|---|---|---|
| committer | Lute Kamstra <lute@gnu.org> | 2005-05-26 15:21:29 +0000 |
| commit | 05617e8a701468b7912b48adf81236fbcd27674d (patch) | |
| tree | 0fe0d31cef9863df1a859beae478af2c064c1fdf | |
| parent | ca11f4a867c4d68badfed630c36c2b7a28d58337 (diff) | |
| download | emacs-05617e8a701468b7912b48adf81236fbcd27674d.tar.gz | |
(mh-pick-mode): Remove spurious run-hooks.
| -rw-r--r-- | lisp/mh-e/mh-pick.el | 3 |
1 files changed, 1 insertions, 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 () |
