~pkal/public-inbox

fix typo in 'site-lisp-prepare' v1 PROPOSED

flogth: 1
 fix typo in 'site-lisp-prepare'

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~pkal/public-inbox/patches/40607/mbox | git am -3
Learn more about email & git

[PATCH] fix typo in 'site-lisp-prepare' Export this patch

---
 site-lisp.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site-lisp.el b/site-lisp.el
index 69933ea..c324d39 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 "^[^.]")))
-- 
2.39.2