diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/mail/rmail.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 2c7e7fab6cc..729336e2d1e 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el | |||
| @@ -317,6 +317,7 @@ Note: it means the file has no messages in it.\n\^_"))) | |||
| 317 | ;; Rmail mode is suitable only for specially formatted data. | 317 | ;; Rmail mode is suitable only for specially formatted data. |
| 318 | (put 'rmail-mode 'mode-class 'special) | 318 | (put 'rmail-mode 'mode-class 'special) |
| 319 | 319 | ||
| 320 | ;;;###autoload | ||
| 320 | (defun rmail-mode () | 321 | (defun rmail-mode () |
| 321 | "Rmail Mode is used by \\<rmail-mode-map>\\[rmail] for editing Rmail files. | 322 | "Rmail Mode is used by \\<rmail-mode-map>\\[rmail] for editing Rmail files. |
| 322 | All normal editing commands are turned off. | 323 | All normal editing commands are turned off. |