Mercurial > emacs
changeset 3631:0c063224b5d2
(rmail-primary-inbox-list): Use defvar, not defconst.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 11 Jun 1993 03:56:44 +0000 |
parents | 68ed205fc50e |
children | 72cfde0cd8cd |
files | lisp/mail/rmail.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rmail.el Thu Jun 10 23:35:18 1993 +0000 +++ b/lisp/mail/rmail.el Fri Jun 11 03:56:44 1993 +0000 @@ -75,7 +75,7 @@ *Non-nil means automatically delete a message that is copied to a file.") ;;;###autoload -(defconst rmail-primary-inbox-list nil "\ +(defvar rmail-primary-inbox-list nil "\ *List of files which are inboxes for user's primary mail file `~/RMAIL'. `nil' means the default, which is (\"/usr/spool/mail/$USER\") \(the name varies depending on the operating system,