branch: externals/setup
commit b1d1efcdffbd18d69f6ab1a7de4ae00c0eb0e34f
Author: Philip Kaludercic <[email protected]>
Commit: Philip Kaludercic <[email protected]>
Allow edebugging in :when-loaded body
---
setup.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.el b/setup.el
index f046d49..05b485f 100644
--- a/setup.el
+++ b/setup.el
@@ -539,7 +539,7 @@ If PATH does not exist, abort the evaluation."
Avoid using this macro whenever possible, and
instead choose a more specialized alternative or write one
yourself."
- :debug '(body)
+ :debug '(setup)
:after-loaded t)
(provide 'setup)