# HG changeset patch # User Jim Blandy # Date 718785304 0 # Node ID 9b210c7d6c23ca05117dc3cacc6953c9fcbc3f37 # Parent 1131f4462ca2536f3cc92cf39fdd021e6c045d65 * 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. diff -r 1131f4462ca2 -r 9b210c7d6c23 lisp/mail/rmail.el --- a/lisp/mail/rmail.el Sun Oct 11 06:34:28 1992 +0000 +++ b/lisp/mail/rmail.el Sun Oct 11 06:35:04 1992 +0000 @@ -317,6 +317,7 @@ ;; 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] for editing Rmail files. All normal editing commands are turned off.