aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris2017-02-17 19:06:15 -0500
committerGlenn Morris2017-02-17 19:06:15 -0500
commit8675f9c8b8a002530d0c4e0263bb3d4cf3a649fa (patch)
tree458537063b7b9974209a0fbedcba2799247f2153 /doc
parentf3eaab0a3749822592ddf36e591dcafd31451177 (diff)
downloademacs-8675f9c8b8a002530d0c4e0263bb3d4cf3a649fa.tar.gz
emacs-8675f9c8b8a002530d0c4e0263bb3d4cf3a649fa.zip
Ensure that user-mail-address always has a value
* lisp/startup.el (user-mail-address): Initialize in the normal way. (command-line): Reset user-mail-address if needed using standard custom machinery. * lisp/mail/feedmail.el (feedmail-fiddle-from): * lisp/mail/rmail.el (rmail-unknown-mail-followup-to): * lisp/mail/rmailsum.el (rmail-header-summary): Simplify now that user-mail-address is always set. ; * doc/lispref/os.texi (System Environment): Remove fixme comment.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/os.texi2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi
index c0a9c81fda2..9b6752c5e1a 100644
--- a/doc/lispref/os.texi
+++ b/doc/lispref/os.texi
@@ -941,8 +941,6 @@ If this variable is non-@code{nil}, it is used instead of
941@code{system-name} for purposes of generating email addresses. For 941@code{system-name} for purposes of generating email addresses. For
942example, it is used when constructing the default value of 942example, it is used when constructing the default value of
943@code{user-mail-address}. @xref{User Identification}. 943@code{user-mail-address}. @xref{User Identification}.
944@c FIXME sounds like should probably give this a :set-after and some
945@c custom-initialize-delay voodoo.
946@end defopt 944@end defopt
947 945
948@deffn Command getenv var &optional frame 946@deffn Command getenv var &optional frame