summaryrefslogtreecommitdiff
path: root/lisp/startup.el
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-05-19 05:22:52 +0000
committerJim Blandy <jimb@redhat.com>1992-05-19 05:22:52 +0000
commitf76475ad8aa5b509d9003a9b9ac525c6863920a5 (patch)
tree3e3e2647e73b1bc53a1f73f8cffb72350a5a5e63 /lisp/startup.el
parent7fa788da36613e59dd189c26ebe3f6554b75a90c (diff)
downloademacs-f76475ad8aa5b509d9003a9b9ac525c6863920a5.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/startup.el')
-rw-r--r--lisp/startup.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index 0594a0b2daa..852c72809bc 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -118,7 +118,7 @@ directory name of the directory where the `.emacs' file was looked for.")
(if (not (eq system-type 'vax-vms))
(mapcar (function
(lambda (var)
- (let ((value (getev var)))
+ (let ((value (getenv var)))
(if (and value
(< (length value) (length default-directory))
(equal (file-attributes default-directory)