Skip to content

Commit

Permalink
instrument macro
Browse files Browse the repository at this point in the history
  • Loading branch information
wyuenho committed Jul 21, 2020
1 parent 4a9f082 commit e91e585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reformatter.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit e91e585

Please sign in to comment.