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

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

[elpa] externals/mmm-mode 94089d7 08/12: mmm-save-all: Support edebug


From: Dmitry Gutov
Subject: [elpa] externals/mmm-mode 94089d7 08/12: mmm-save-all: Support edebug
Date: Sun, 24 May 2020 20:16:10 -0400 (EDT)

branch: externals/mmm-mode
commit 94089d72e6fcc871a188d30e87b208cddb87eeea
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    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



reply via email to

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