emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/setup 23e8eef 08/17: Fix syntax-error while defining :w


From: Stefan Monnier
Subject: [elpa] externals/setup 23e8eef 08/17: Fix syntax-error while defining :with-map
Date: Sat, 13 Mar 2021 18:15:13 -0500 (EST)

branch: externals/setup
commit 23e8eef5defe1e27514b550cb306266cc5d3ea6d
Author: Philip K <philipk@posteo.net>
Commit: Philip K <philipk@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

[Prev in Thread] Current Thread [Next in Thread]