aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1996-09-27 00:30:40 +0000
committerRichard M. Stallman1996-09-27 00:30:40 +0000
commit19ee6bfc6168ff5b4248955dbfe51b7b5765233a (patch)
tree709d079618606613e709f129d01995ba18d293a7
parent3457b06a543ce40c1b1da1ee653d52b09b169740 (diff)
downloademacs-19ee6bfc6168ff5b4248955dbfe51b7b5765233a.tar.gz
emacs-19ee6bfc6168ff5b4248955dbfe51b7b5765233a.zip
(set-rmail-inbox-list): Add autoload cookie.
-rw-r--r--lisp/mail/rmailmsc.el1
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 @@
24 24
25;;; Code: 25;;; Code:
26 26
27;;;###autoload
27(defun set-rmail-inbox-list (file-name) 28(defun set-rmail-inbox-list (file-name)
28 "Set the inbox list of the current RMAIL file to FILE-NAME. 29 "Set the inbox list of the current RMAIL file to FILE-NAME.
29You can specify one file name, or several names separated by commas. 30You can specify one file name, or several names separated by commas.