diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-09-27 00:30:40 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-09-27 00:30:40 +0000 |
commit | 19ee6bfc6168ff5b4248955dbfe51b7b5765233a (patch) | |
tree | 709d079618606613e709f129d01995ba18d293a7 /lisp/mail/rmailmsc.el | |
parent | 3457b06a543ce40c1b1da1ee653d52b09b169740 (diff) | |
download | emacs-19ee6bfc6168ff5b4248955dbfe51b7b5765233a.tar.gz |
(set-rmail-inbox-list): Add autoload cookie.
Diffstat (limited to 'lisp/mail/rmailmsc.el')
-rw-r--r-- | lisp/mail/rmailmsc.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mail/rmailmsc.el b/lisp/mail/rmailmsc.el index 9f825d9325a..98926d8117e 100644 --- a/lisp/mail/rmailmsc.el +++ b/lisp/mail/rmailmsc.el @@ -24,6 +24,7 @@ ;;; Code: +;;;###autoload (defun set-rmail-inbox-list (file-name) "Set the inbox list of the current RMAIL file to FILE-NAME. You can specify one file name, or several names separated by commas. |