1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

(mspools-mode): Use run-mode-hooks.

This commit is contained in:
Lute Kamstra 2005-06-10 12:43:58 +00:00
parent 2aa8e74af0
commit a946a4b472

View 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."