diff options
| author | Jim Blandy <jimb@redhat.com> | 1992-10-11 06:35:04 +0000 |
|---|---|---|
| committer | Jim Blandy <jimb@redhat.com> | 1992-10-11 06:35:04 +0000 |
| commit | 9712b0bd2ecd77fd3210cea4de1a7470b4c67f0a (patch) | |
| tree | 0facf9907e39455f3e4df550001d8f68cd932a25 /lisp | |
| parent | abe14431150fd59d20cfeaced0c4009646d3d070 (diff) | |
| download | emacs-9712b0bd2ecd77fd3210cea4de1a7470b4c67f0a.tar.gz | |
* rmail.el (rmail-mode): Make this autoload; we might find a file
whose first line local variables want to put it in RMAIL mode;
that ought to work.
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\^_"))) ;; Rmail mode is suitable only for specially formatted data. (put 'rmail-mode 'mode-class 'special) +;;;###autoload (defun rmail-mode () "Rmail Mode is used by \\<rmail-mode-map>\\[rmail] for editing Rmail files. All normal editing commands are turned off. |
