Mercurial > emacs
changeset 63243:7aa95a2ceedc
(eudc-hotlist-mode): Use run-mode-hooks.
author | Lute Kamstra <lute@gnu.org> |
---|---|
date | Fri, 10 Jun 2005 12:45:05 +0000 |
parents | 58b57765132c |
children | bbce3097ad30 |
files | lisp/net/eudc-hotlist.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/net/eudc-hotlist.el Fri Jun 10 12:43:58 2005 +0000 +++ b/lisp/net/eudc-hotlist.el Fri Jun 10 12:45:05 2005 +0000 @@ -56,7 +56,8 @@ (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 ()