~flogth

Recent activity

[PATCH] fix typo in 'site-lisp-prepare' 1 year, 6 months ago

From flogth to ~pkal/public-inbox

---
 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)
[message trimmed]