branch: externals/setup
commit 23e8eef5defe1e27514b550cb306266cc5d3ea6d
Author: Philip K <phil...@posteo.net>
Commit: Philip K <phil...@posteo.net>

    Fix syntax-error while defining :with-map
---
 setup.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.el b/setup.el
index dfbcdb1..8a65486 100644
--- a/setup.el
+++ b/setup.el
@@ -181,7 +181,7 @@ A documentation string."
   :documentation "Change the MODE that BODY is configuring."
   :indent 1)
 
-(setup-define ;with-map
+(setup-define :with-map
   (lambda (map &rest body)
     `(let ((setup-map ',map))
        ,@body))

Reply via email to