summaryrefslogtreecommitdiff
path: root/lisp
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
commit866a24f01b65642d3b88fe6b518ec456e4a7335b (patch)
tree0d4f20a14ddadb754eda9c0e9facfe63cabfd25b /lisp
parentd062124df021433a3d70d06cdaaf224d1f71a3dd (diff)
downloademacs-866a24f01b65642d3b88fe6b518ec456e4a7335b.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp')
-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)