diff options
Diffstat (limited to 'lisp/obsolete/complete.el')
-rw-r--r-- | lisp/obsolete/complete.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/obsolete/complete.el b/lisp/obsolete/complete.el index 87dedacbe1d..e67ae5e2e53 100644 --- a/lisp/obsolete/complete.el +++ b/lisp/obsolete/complete.el @@ -1074,7 +1074,7 @@ absolute rather than relative to some directory on the SEARCH-PATH." (setq search-path (mapcar (lambda (dir) (concat dir subdir)) search-path) - file )) + file nil)) ;; Make list of completions in each directory on search-path (while search-path (let* ((dir (car search-path)) |