~pkal/public-inbox

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[PATCH] fix typo in 'site-lisp-prepare'

Details
Message ID
<20230423142931.863644-1-flogth@mailbox.org>
DKIM signature
missing
Download raw message
Patch: +1 -1
---
 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
Reply to thread Export thread (mbox)