diff options
| author | Lute Kamstra <lute@gnu.org> | 2005-05-26 15:22:06 +0000 |
|---|---|---|
| committer | Lute Kamstra <lute@gnu.org> | 2005-05-26 15:22:06 +0000 |
| commit | cf8402ae917bb45098ef2cdf07064a4e718651c3 (patch) | |
| tree | 1009836daf9d18749db4430f2b486906de53dab3 | |
| parent | 05617e8a701468b7912b48adf81236fbcd27674d (diff) | |
| download | emacs-cf8402ae917bb45098ef2cdf07064a4e718651c3.tar.gz | |
(mh-show-mode): Remove spurious run-hooks.
| -rw-r--r-- | lisp/mh-e/mh-utils.el | 3 |
1 files changed, 1 insertions, 2 deletions
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'." |
