branch: externals/mmm-mode
commit 94089d72e6fcc871a188d30e87b208cddb87eeea
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>
mmm-save-all: Support edebug
---
mmm-utils.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/mmm-utils.el b/mmm-utils.el
index d17ee44..6927444 100644
--- a/mmm-utils.el
+++ b/mmm-utils.el
@@ -55,6 +55,7 @@ means not hidden, not a minibuffer, not in batch mode, and
not in of
(defmacro mmm-save-all (&rest body)
"Execute BODY forms, then restoring point, mark, current buffer,
restrictions, and match data."
+ (declare (indent 1) (debug t))
`(save-excursion
(save-restriction
(save-match-data