diff options
Diffstat (limited to 'lisp/mail')
| -rw-r--r-- | lisp/mail/mspools.el | 2 | ||||
| -rw-r--r-- | lisp/mail/rmailedit.el | 2 | ||||
| -rw-r--r-- | lisp/mail/supercite.el | 1 | ||||
| -rw-r--r-- | lisp/mail/undigest.el | 2 |
4 files changed, 4 insertions, 3 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." |
diff --git a/lisp/mail/rmailedit.el b/lisp/mail/rmailedit.el index ceea389cea1..2fbc9290635 100644 --- a/lisp/mail/rmailedit.el +++ b/lisp/mail/rmailedit.el | |||
| @@ -57,7 +57,7 @@ to return to regular RMAIL: | |||
| 57 | * \\[rmail-cease-edit] makes them permanent. | 57 | * \\[rmail-cease-edit] makes them permanent. |
| 58 | This functions runs the normal hook `rmail-edit-mode-hook'. | 58 | This functions runs the normal hook `rmail-edit-mode-hook'. |
| 59 | \\{rmail-edit-map}" | 59 | \\{rmail-edit-map}" |
| 60 | (text-mode) | 60 | (delay-mode-hooks (text-mode)) |
| 61 | (use-local-map rmail-edit-map) | 61 | (use-local-map rmail-edit-map) |
| 62 | (setq major-mode 'rmail-edit-mode) | 62 | (setq major-mode 'rmail-edit-mode) |
| 63 | (setq mode-name "RMAIL Edit") | 63 | (setq mode-name "RMAIL Edit") |
diff --git a/lisp/mail/supercite.el b/lisp/mail/supercite.el index ba4aca881ef..593f46cad40 100644 --- a/lisp/mail/supercite.el +++ b/lisp/mail/supercite.el | |||
| @@ -720,6 +720,7 @@ the list should be unique." | |||
| 720 | (sc-mail-warn-if-non-rfc822-p (sc-mail-error-in-mail-field)) | 720 | (sc-mail-warn-if-non-rfc822-p (sc-mail-error-in-mail-field)) |
| 721 | (end (setq sc-mail-headers-end (point)))) | 721 | (end (setq sc-mail-headers-end (point)))) |
| 722 | "Regi frame for glomming mail header information.") | 722 | "Regi frame for glomming mail header information.") |
| 723 | (put 'sc-mail-glom-frame 'risky-local-variable t) | ||
| 723 | 724 | ||
| 724 | (defvar curline) ; dynamic bondage | 725 | (defvar curline) ; dynamic bondage |
| 725 | 726 | ||
diff --git a/lisp/mail/undigest.el b/lisp/mail/undigest.el index 2c447065643..f8856243194 100644 --- a/lisp/mail/undigest.el +++ b/lisp/mail/undigest.el | |||
| @@ -40,7 +40,7 @@ | |||
| 40 | "^----.*\\([Ff]orwarded\\|[Oo]riginal\\).*[Mm]essage" | 40 | "^----.*\\([Ff]orwarded\\|[Oo]riginal\\).*[Mm]essage" |
| 41 | "*Regexp to match the string that introduces forwarded messages. | 41 | "*Regexp to match the string that introduces forwarded messages. |
| 42 | This is not a header, but a string contained in the body of the message. | 42 | This is not a header, but a string contained in the body of the message. |
| 43 | You may need to customise it for local needs." | 43 | You may need to customize it for local needs." |
| 44 | :type 'regexp | 44 | :type 'regexp |
| 45 | :group 'rmail-headers) | 45 | :group 'rmail-headers) |
| 46 | 46 | ||