comparison lisp/mail/rmailmsc.el @ 16346:09fccbb1dcf1

(set-rmail-inbox-list): Add autoload cookie.
author Richard M. Stallman <rms@gnu.org>
date Fri, 27 Sep 1996 00:30:40 +0000
parents 83f275dcd93a
children e3aa855e560c
comparison
equal deleted inserted replaced
16345:22d0a2f6a374 16346:09fccbb1dcf1
22 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, 22 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
23 ;; Boston, MA 02111-1307, USA. 23 ;; Boston, MA 02111-1307, USA.
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.
29 You can specify one file name, or several names separated by commas. 30 You can specify one file name, or several names separated by commas.
30 If FILE-NAME is empty, remove any existing inbox list." 31 If FILE-NAME is empty, remove any existing inbox list."
31 (interactive "sSet mailbox list to (comma-separated list of filenames): ") 32 (interactive "sSet mailbox list to (comma-separated list of filenames): ")