diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/files.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el index 1effa5b4c59..33bf434a9f6 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -643,7 +643,7 @@ The path separator is colon in GNU and GNU-like systems." | |||
| 643 | (let ((trypath (parse-colon-path (getenv "CDPATH")))) | 643 | (let ((trypath (parse-colon-path (getenv "CDPATH")))) |
| 644 | (setq cd-path (or trypath (list "./"))))) | 644 | (setq cd-path (or trypath (list "./"))))) |
| 645 | (if (not (catch 'found | 645 | (if (not (catch 'found |
| 646 | (mapcar | 646 | (mapc |
| 647 | (function (lambda (x) | 647 | (function (lambda (x) |
| 648 | (let ((f (expand-file-name (concat x dir)))) | 648 | (let ((f (expand-file-name (concat x dir)))) |
| 649 | (if (file-directory-p f) | 649 | (if (file-directory-p f) |