diff lisp/startup.el @ 47692:ff9770dda600

Fix previous change.
author Richard M. Stallman <rms@gnu.org>
date Sun, 29 Sep 2002 20:50:15 +0000
parents 8c15fbf63f95
children d1dbe1fc93d6
line wrap: on
line diff
--- a/lisp/startup.el	Sun Sep 29 18:38:23 2002 +0000
+++ b/lisp/startup.el	Sun Sep 29 20:50:15 2002 +0000
@@ -1012,7 +1012,7 @@
 	(set-language-environment current-language-environment)))
     
     ;; Do this here in case the init file sets mail-host-address.
-    (or (equal user-mail-address "")
+    (if (equal user-mail-address "")
 	(setq user-mail-address (concat (user-login-name) "@"
 					(or mail-host-address
 					    (system-name)))))