diff options
| author | Ville Skyttä <ville.skytta@iki.fi> | 2023-11-28 22:53:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-28 20:53:53 +0000 |
| commit | 5e894a270b73128d28b55c3067e4bf6aaace9039 (patch) | |
| tree | b50959f8fbe3d686e8fa58846985cd4734404428 /apheleia-utils.el | |
| parent | 01ca22bcd7264fb4ec64397e049db8b52db4f0fc (diff) | |
Changelog and obsoletion marker fixes (#262)
Diffstat (limited to 'apheleia-utils.el')
| -rw-r--r-- | apheleia-utils.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apheleia-utils.el b/apheleia-utils.el index f3f6fac..a2061f9 100644 --- a/apheleia-utils.el +++ b/apheleia-utils.el @@ -58,7 +58,7 @@ always returns nil to defer to the formatter." (list indent-flag (number-to-string indent)))))) (define-obsolete-function-alias 'apheleia-formatters-js-indent - 'apheleia-formatters-indent "3.2") + 'apheleia-formatters-indent "4.1") (defcustom apheleia-formatters-respect-fill-column nil "Whether formatters should set `fill-column' related flags." |
