From 7aacd253610b70bd48d5335d4374c06d72a13657 Mon Sep 17 00:00:00 2001 From: Nelson Ferreira Date: Fri, 3 Apr 2020 08:06:59 -0400 Subject: [PATCH] Use 'subdir as per (directory-files) documentation * lisp/loadup.el(really-early-error-handler): Use 'subdir instead of 'dirs-only Signed-off-by: Nelson Ferreira --- lisp/loadup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/loadup.el b/lisp/loadup.el index 9591871..5ca5983 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -148,7 +148,7 @@ file .sxemacs.source.tree is found." (mapcar #'(lambda (i) (concat i "/")) (directory-files temp-path t "^[^-.]" - nil 'dirs-only)) + nil 'subdir)) (cons (file-name-as-directory temp-path) load-path)))) -- 2.25.1