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 | 11806a1aaa128bf1f6c14e135ba15c355bfd1c6f (patch) | |
tree | 5aaaa79fa7cd744ab15ce4b24f14aca29b6a14dd /lisp/mail | |
parent | 825694d2d78a32470dfab67cd3ffd5385557a2d2 (diff) | |
download | emacs-11806a1aaa128bf1f6c14e135ba15c355bfd1c6f.tar.gz |
(set-rmail-inbox-list): Add autoload cookie.
Diffstat (limited to 'lisp/mail')
-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. |