diff options
Diffstat (limited to 'lisp/mail/mspools.el')
| -rw-r--r-- | lisp/mail/mspools.el | 2 |
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." |