summaryrefslogtreecommitdiff
path: root/lisp/net/eudc-hotlist.el
diff options
context:
space:
mode:
authorLute Kamstra <lute@gnu.org>2005-06-10 12:47:38 +0000
committerLute Kamstra <lute@gnu.org>2005-06-10 12:47:38 +0000
commit7bdd8beba6ae2debc950d824b55db09bd2325a56 (patch)
treef71deac34b16cfa8eef8de1f465d7504e4af9b70 /lisp/net/eudc-hotlist.el
parenta946a4b472227ff52c4c77e479a3301b1e6969eb (diff)
downloademacs-7bdd8beba6ae2debc950d824b55db09bd2325a56.tar.gz
(eudc-hotlist-mode): Use run-mode-hooks.
Diffstat (limited to 'lisp/net/eudc-hotlist.el')
-rw-r--r--lisp/net/eudc-hotlist.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/net/eudc-hotlist.el b/lisp/net/eudc-hotlist.el
index 9dc81ce2bc9..bede338b364 100644
--- a/lisp/net/eudc-hotlist.el
+++ b/lisp/net/eudc-hotlist.el
@@ -56,7 +56,8 @@ These are the special commands of this mode:
(featurep 'menubar))
(set-buffer-menubar current-menubar)
(add-submenu nil (cons "EUDC-Hotlist" (cdr (cdr eudc-hotlist-menu)))))
- (setq buffer-read-only t))
+ (setq buffer-read-only t)
+ (run-mode-hooks 'eudc-hotlist-mode-hook))
;;;###autoload
(defun eudc-edit-hotlist ()