aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustav HÃ¥llberg <gustav@virtutech.com>2010-01-14 14:18:54 +0100
committerKarl Wiberg <kha@treskal.com>2010-01-22 14:58:34 +0100
commit072e96c5f887e56e2dbd39df6ff586b62c1a6a1a (patch)
tree6317a966e52404e79f76894fc440a967a5393cc5
parente02b46e5ea0322466681fab18f62caf5515dbabd (diff)
downloadstgit-072e96c5f887e56e2dbd39df6ff586b62c1a6a1a.tar.gz
stgit.el: Annotate stgit-capture-output macro for edebug
Signed-off-by: Gustav HÃ¥llberg <gustav@virtutech.com> Signed-off-by: Karl Wiberg <kha@treskal.com>
-rw-r--r--contrib/stgit.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/stgit.el b/contrib/stgit.el
index 73c8e4b..56de515 100644
--- a/contrib/stgit.el
+++ b/contrib/stgit.el
@@ -317,6 +317,8 @@ Argument DIR is the repository path."
(setq buffer-read-only t))
buf))
+(def-edebug-spec stgit-capture-output
+ (form body))
(defmacro stgit-capture-output (name &rest body)
"Capture StGit output and, if there was any output, show it in a window
at the end.