aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorLute Kamstra2005-06-10 12:43:58 +0000
committerLute Kamstra2005-06-10 12:43:58 +0000
commita946a4b472227ff52c4c77e479a3301b1e6969eb (patch)
tree929b38da7ddd6f80b97dfdb9b2a8ac7f0888bf08 /lisp
parent2aa8e74af09da63f7e702bc342d4350ba81ff0ab (diff)
downloademacs-a946a4b472227ff52c4c77e479a3301b1e6969eb.tar.gz
emacs-a946a4b472227ff52c4c77e479a3301b1e6969eb.zip
(mspools-mode): Use run-mode-hooks.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mail/mspools.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/mspools.el b/lisp/mail/mspools.el
index 8dc165dcc5e..fc60a3a56eb 100644
--- a/lisp/mail/mspools.el
+++ b/lisp/mail/mspools.el
@@ -357,7 +357,7 @@ nil."
357 (use-local-map mspools-mode-map) 357 (use-local-map mspools-mode-map)
358 (setq major-mode 'mspools-mode) 358 (setq major-mode 'mspools-mode)
359 (setq mode-name "MSpools") 359 (setq mode-name "MSpools")
360 ) 360 (run-mode-hooks 'mspools-mode-hook))
361 361
362(defun mspools-get-spool-files () 362(defun mspools-get-spool-files ()
363 "Find the list of spool files and display them in *spools* buffer." 363 "Find the list of spool files and display them in *spools* buffer."