diff options
Diffstat (limited to 'lisp/files.el')
-rw-r--r-- | lisp/files.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/files.el b/lisp/files.el index 1d330ce87bf..833a188b03b 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -900,8 +900,6 @@ recursion." (read-file-name "Load file: " nil nil 'lambda)))) (load (expand-file-name file) nil nil t)) -(defvar comp-eln-to-el-h) - (defun locate-file (filename path &optional suffixes predicate) "Search for FILENAME through PATH. If found, return the absolute file name of FILENAME; otherwise |