]> git.eshelyaron.com Git - emacs.git/commitdiff
(mspools-mode): Use run-mode-hooks.
authorLute Kamstra <lute@gnu.org>
Fri, 10 Jun 2005 12:43:58 +0000 (12:43 +0000)
committerLute Kamstra <lute@gnu.org>
Fri, 10 Jun 2005 12:43:58 +0000 (12:43 +0000)
lisp/mail/mspools.el

index 8dc165dcc5e1e97ee83e2cd5f822372ff8c1276b..fc60a3a56ebe937b1d2d25a9bdf7bcf903b9af73 100644 (file)
@@ -357,7 +357,7 @@ nil."
   (use-local-map mspools-mode-map)
   (setq major-mode 'mspools-mode)
   (setq mode-name "MSpools")
-  )
+  (run-mode-hooks 'mspools-mode-hook))
 
 (defun mspools-get-spool-files ()
   "Find the list of spool files and display them in *spools* buffer."