Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5009d9f0
Commit
5009d9f0
authored
Jun 11, 1993
by
Richard M. Stallman
Browse files
(rmail-primary-inbox-list): Use defvar, not defconst.
parent
fec33c0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/mail/rmail.el
lisp/mail/rmail.el
+1
-1
No files found.
lisp/mail/rmail.el
View file @
5009d9f0
...
...
@@ -75,7 +75,7 @@ It is useful to set this variable in the site customisation file.")
*Non-nil
means
automatically
delete
a
message
that
is
copied
to
a
file.
")
;;;###autoload
(def
const
rmail-primary-inbox-list nil "
\
(def
var
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,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment