Fix invalid-function 116 when formatting with tidy

Due to refactor upstream: lassik/emacs-format-all-the-code@4f458bd
This commit is contained in:
Henrik Lissner 2020-01-04 03:28:20 -05:00
parent 6523f6a12e
commit d1beb47e90
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -67,7 +67,7 @@
(doom-log "formatter (arglist) %s" args)
(if ,(and (or ok-statuses error-regexp) t)
(apply #'format-all--buffer-hard
',ok-statuses ,error-regexp
',ok-statuses ,error-regexp nil
(reverse args))
(apply #'format-all--buffer-easy (reverse args)))))