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 | 76550a57f934a39f067da196e94b10797efca240 (patch) | |
tree | 91d58a3fc4388cc3bf00987c0cca050b6bd20baf /lisp/mail/rmailmsc.el | |
parent | aae56ea7ca8c74e7bb5595b828851aaa9f947792 (diff) | |
download | emacs-76550a57f934a39f067da196e94b10797efca240.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. |