summaryrefslogtreecommitdiff
path: root/lisp/mh-e/mh-utils.el
diff options
context:
space:
mode:
authorLute Kamstra <lute@gnu.org>2005-05-26 15:22:06 +0000
committerLute Kamstra <lute@gnu.org>2005-05-26 15:22:06 +0000
commitaa2e92a51cd1922a492cf87f9cfc83510dff2ac1 (patch)
treeaa4ebe82d8aaf1ffa58cfc0812e5ecf0d11c4e33 /lisp/mh-e/mh-utils.el
parentd5ef23cb4e14b7916fffa3a3411ed0c4e1196755 (diff)
downloademacs-aa2e92a51cd1922a492cf87f9cfc83510dff2ac1.tar.gz
(mh-show-mode): Remove spurious run-hooks.
Diffstat (limited to 'lisp/mh-e/mh-utils.el')
-rw-r--r--lisp/mh-e/mh-utils.el3
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'."