diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-17 17:17:05 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-17 17:17:05 +0000 |
commit | 13bf1df1ae194aa1873ec4d1a1741c32347b246b (patch) | |
tree | 0fa2dd164dedb3cf96303575776e4c278748a7d5 /lisp/mail/rmailmsc.el | |
parent | 515f023693c1d4950cd0d7121bd5a5c219ec7e8b (diff) | |
download | emacs-13bf1df1ae194aa1873ec4d1a1741c32347b246b.tar.gz |
Add standard library headers.
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 c4407383968..0f850708639 100644 --- a/lisp/mail/rmailmsc.el +++ b/lisp/mail/rmailmsc.el @@ -21,6 +21,7 @@ ;; along with GNU Emacs; see the file COPYING. If not, write to ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +;;; Code: (defun set-rmail-inbox-list (file-name) "Set the inbox list of the current RMAIL file to FILE-NAME. |