branch: externals/site-lisp
commit 5cc8b511fac79d7634e98ca00ad032bf175073a4
Author: flogth <[email protected]>
Commit: Philip Kaludercic <[email protected]>
Fix typo in 'site-lisp-prepare'
---
site-lisp.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site-lisp.el b/site-lisp.el
index 69933ea2ef..c324d397d0 100644
--- a/site-lisp.el
+++ b/site-lisp.el
@@ -68,7 +68,7 @@ If DIR is a list, the function will be applied to every
element
of the list."
(interactive "DPrepare: ")
(if (listp dir)
- (mapc #'site-lisp-unprepare dir)
+ (mapc #'site-lisp-prepare dir)
(let ((backup-inhibited t)
(autoload-file (expand-file-name site-lisp-autoload-file dir)))
(dolist (dir (cons dir (directory-files dir t "^[^.]")))