diff options
author | Jim Blandy <jimb@redhat.com> | 1992-05-19 05:22:52 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-05-19 05:22:52 +0000 |
commit | 866a24f01b65642d3b88fe6b518ec456e4a7335b (patch) | |
tree | 0d4f20a14ddadb754eda9c0e9facfe63cabfd25b /lisp | |
parent | d062124df021433a3d70d06cdaaf224d1f71a3dd (diff) | |
download | emacs-866a24f01b65642d3b88fe6b518ec456e4a7335b.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/startup.el | 2 |
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) |