mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix invalid-function 116 when formatting with tidy
Due to refactor upstream: lassik/emacs-format-all-the-code@4f458bd
This commit is contained in:
@ -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)))))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user