From e91e5850f56c98143fd59cf72ecc4a152597fd63 Mon Sep 17 00:00:00 2001 From: Jimmy Yuen Ho Wong Date: Tue, 21 Jul 2020 16:06:58 +0100 Subject: [PATCH] instrument macro --- reformatter.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reformatter.el b/reformatter.el index d5663e4..9d93a07 100644 --- a/reformatter.el +++ b/reformatter.el @@ -136,7 +136,7 @@ The macro accepts the following keyword arguments: If provided, this is a function that takes the output PROGRAM, do some arbitrary processing to it, and then return the final output. If not supplied, the output is returned as is." - (declare (indent defun)) + (declare (indent defun) (debug (name :program :args :mode :group :lighter :keymap :exit-code-success-p :output-post-processor))) (cl-assert (symbolp name)) (cl-assert (functionp exit-code-success-p)) (cl-assert (functionp output-post-processor))