summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-10-11 06:35:04 +0000
committerJim Blandy <jimb@redhat.com>1992-10-11 06:35:04 +0000
commit9712b0bd2ecd77fd3210cea4de1a7470b4c67f0a (patch)
tree0facf9907e39455f3e4df550001d8f68cd932a25 /lisp
parentabe14431150fd59d20cfeaced0c4009646d3d070 (diff)
downloademacs-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.el1
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.