Mercurial > emacs
changeset 62767:d5b706998a2b
(mh-show-mode): Remove spurious run-hooks.
author | Lute Kamstra <lute@gnu.org> |
---|---|
date | Thu, 26 May 2005 15:22:06 +0000 |
parents | 3c93535b9c17 |
children | a58b7c623705 |
files | lisp/mh-e/mh-utils.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mh-e/mh-utils.el Thu May 26 15:21:29 2005 +0000 +++ b/lisp/mh-e/mh-utils.el Thu May 26 15:22:06 2005 +0000 @@ -1129,8 +1129,7 @@ (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'."