aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net
diff options
context:
space:
mode:
authorLute Kamstra2005-06-10 12:47:38 +0000
committerLute Kamstra2005-06-10 12:47:38 +0000
commit7bdd8beba6ae2debc950d824b55db09bd2325a56 (patch)
treef71deac34b16cfa8eef8de1f465d7504e4af9b70 /lisp/net
parenta946a4b472227ff52c4c77e479a3301b1e6969eb (diff)
downloademacs-7bdd8beba6ae2debc950d824b55db09bd2325a56.tar.gz
emacs-7bdd8beba6ae2debc950d824b55db09bd2325a56.zip
(eudc-hotlist-mode): Use run-mode-hooks.
Diffstat (limited to 'lisp/net')
-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:
56 (featurep 'menubar)) 56 (featurep 'menubar))
57 (set-buffer-menubar current-menubar) 57 (set-buffer-menubar current-menubar)
58 (add-submenu nil (cons "EUDC-Hotlist" (cdr (cdr eudc-hotlist-menu))))) 58 (add-submenu nil (cons "EUDC-Hotlist" (cdr (cdr eudc-hotlist-menu)))))
59 (setq buffer-read-only t)) 59 (setq buffer-read-only t)
60 (run-mode-hooks 'eudc-hotlist-mode-hook))
60 61
61;;;###autoload 62;;;###autoload
62(defun eudc-edit-hotlist () 63(defun eudc-edit-hotlist ()