[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
- [elpa] externals/mmm-mode updated (ff0b214 -> 8aed53f), Dmitry Gutov, 2020/05/24
- [elpa] externals/mmm-mode 1b4ada3 04/12: mmm-c-derived-modes: Include js-mode and typescript-mode, Dmitry Gutov, 2020/05/24
- [elpa] externals/mmm-mode 2ab099a 01/12: Save and restore sytax-ppss-table as buffer-local var, Dmitry Gutov, 2020/05/24
- [elpa] externals/mmm-mode 1529d8e 02/12: Remove some trailing whitespace, Dmitry Gutov, 2020/05/24
- [elpa] externals/mmm-mode 783572f 03/12: Actually save it per-buffer, Dmitry Gutov, 2020/05/24
- [elpa] externals/mmm-mode 27eb95e 05/12: add documentencoding, Dmitry Gutov, 2020/05/24
- [elpa] externals/mmm-mode e4db97a 07/12: mmm-sort-overlays: Use copy-sequence, Dmitry Gutov, 2020/05/24
- [elpa] externals/mmm-mode 94089d7 08/12: mmm-save-all: Support edebug,
Dmitry Gutov <=
- [elpa] externals/mmm-mode 552d740 09/12: mmm-sort-overlays: Sort by nesting when no priorities, Dmitry Gutov, 2020/05/24
- [elpa] externals/mmm-mode 9fecfd4 10/12: Unbreak some of the tests, Dmitry Gutov, 2020/05/24
- [elpa] externals/mmm-mode 981795b 06/12: Merge pull request #101 from typester/fix/make-with-texinfo6.7, Dmitry Gutov, 2020/05/24
- [elpa] externals/mmm-mode af4c12e 11/12: Don't refontify outside of specified bounds, Dmitry Gutov, 2020/05/24
- [elpa] externals/mmm-mode 8aed53f 12/12: Release 0.5.8, Dmitry Gutov, 2020/05/24