From 072e96c5f887e56e2dbd39df6ff586b62c1a6a1a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gustav=20H=C3=A5llberg?= Date: Thu, 14 Jan 2010 14:18:54 +0100 Subject: [PATCH] stgit.el: Annotate stgit-capture-output macro for edebug MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Gustav HÃ¥llberg Signed-off-by: Karl Wiberg --- contrib/stgit.el | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.11.0