Fix invalid-function 116 when formatting with tidy
Due to refactor upstream: lassik/emacs-format-all-the-code@4f458bd
This commit is contained in:
parent
6523f6a12e
commit
d1beb47e90
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
||||||
(doom-log "formatter (arglist) %s" args)
|
(doom-log "formatter (arglist) %s" args)
|
||||||
(if ,(and (or ok-statuses error-regexp) t)
|
(if ,(and (or ok-statuses error-regexp) t)
|
||||||
(apply #'format-all--buffer-hard
|
(apply #'format-all--buffer-hard
|
||||||
',ok-statuses ,error-regexp
|
',ok-statuses ,error-regexp nil
|
||||||
(reverse args))
|
(reverse args))
|
||||||
(apply #'format-all--buffer-easy (reverse args)))))
|
(apply #'format-all--buffer-easy (reverse args)))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue