aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLute Kamstra2005-05-26 15:22:06 +0000
committerLute Kamstra2005-05-26 15:22:06 +0000
commitcf8402ae917bb45098ef2cdf07064a4e718651c3 (patch)
tree1009836daf9d18749db4430f2b486906de53dab3
parent05617e8a701468b7912b48adf81236fbcd27674d (diff)
downloademacs-cf8402ae917bb45098ef2cdf07064a4e718651c3.tar.gz
emacs-cf8402ae917bb45098ef2cdf07064a4e718651c3.zip
(mh-show-mode): Remove spurious run-hooks.
-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'.
1129 (make-local-variable 'mh-show-folder-buffer) 1129 (make-local-variable 'mh-show-folder-buffer)
1130 (buffer-disable-undo) 1130 (buffer-disable-undo)
1131 (setq buffer-read-only t) 1131 (setq buffer-read-only t)
1132 (use-local-map mh-show-mode-map) 1132 (use-local-map mh-show-mode-map))
1133 (run-hooks 'mh-show-mode-hook))
1134 1133
1135(defun mh-show-addr () 1134(defun mh-show-addr ()
1136 "Use `goto-address'." 1135 "Use `goto-address'."