mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-29 08:31:35 -08:00
(mh-show-mode): Remove spurious run-hooks.
This commit is contained in:
parent
05617e8a70
commit
cf8402ae91
1 changed files with 1 additions and 2 deletions
|
|
@ -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'."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue