stgit.el: Annotate stgit-capture-output macro for edebug
authorGustav Hållberg <gustav@virtutech.com>
Thu, 14 Jan 2010 13:18:54 +0000 (14:18 +0100)
committerKarl Wiberg <kha@treskal.com>
Fri, 22 Jan 2010 13:58:34 +0000 (14:58 +0100)
Signed-off-by: Gustav Hållberg <gustav@virtutech.com>
Signed-off-by: Karl Wiberg <kha@treskal.com>
contrib/stgit.el

index 73c8e4b..56de515 100644 (file)
@@ -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.