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
b4fa35fa
Commit
b4fa35fa
authored
Mar 26, 2012
by
Glenn Morris
Browse files
* lisp/startup.el (mail-host-address): Doc fix.
parent
9364727b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/startup.el
lisp/startup.el
+3
-1
No files found.
lisp/ChangeLog
View file @
b4fa35fa
2012-03-27 Glenn Morris <rgm@gnu.org>
* startup.el (mail-host-address): Doc fix.
2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
* emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
...
...
lisp/startup.el
View file @
b4fa35fa
...
...
@@ -339,7 +339,9 @@ this variable usefully is to set it while building and dumping Emacs."
(
error
"Customizing `site-run-file' does not work"
)))
(
defcustom
mail-host-address
nil
"Name of this machine, for purposes of naming users."
"Name of this machine, for purposes of naming users.
If non-nil, Emacs uses this instead of `system-name' when constructing
email addresses."
:type
'
(
choice
(
const
nil
)
string
)
:group
'mail
)
...
...
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