comparison lisp/mail/rmailmsc.el @ 2233:fb0ed5a1d0f3

Add standard library headers.
author Eric S. Raymond <esr@snark.thyrsus.com>
date Wed, 17 Mar 1993 17:17:05 +0000
parents 213978acbc1e
children 621c28be27a0
comparison
equal deleted inserted replaced
2232:4f9d60f7de9d 2233:fb0ed5a1d0f3
19 19
20 ;; You should have received a copy of the GNU General Public License 20 ;; You should have received a copy of the GNU General Public License
21 ;; along with GNU Emacs; see the file COPYING. If not, write to 21 ;; along with GNU Emacs; see the file COPYING. If not, write to
22 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 22 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
23 23
24 ;;; Code:
24 25
25 (defun set-rmail-inbox-list (file-name) 26 (defun set-rmail-inbox-list (file-name)
26 "Set the inbox list of the current RMAIL file to FILE-NAME. 27 "Set the inbox list of the current RMAIL file to FILE-NAME.
27 This may be a list of file names separated by commas. 28 This may be a list of file names separated by commas.
28 If FILE-NAME is empty, remove any inbox list." 29 If FILE-NAME is empty, remove any inbox list."