mirror of
https://github.com/vale981/apheleia
synced 2025-03-05 09:31:40 -05:00
Fix long line
This commit is contained in:
parent
fab32d51a1
commit
d56b8afcd3
1 changed files with 4 additions and 3 deletions
|
@ -289,9 +289,10 @@ provided that its exit status is 0."
|
||||||
(process-exit-status proc)
|
(process-exit-status proc)
|
||||||
stderr))))))
|
stderr))))))
|
||||||
(set-process-sentinel (get-buffer-process stderr) #'ignore)
|
(set-process-sentinel (get-buffer-process stderr) #'ignore)
|
||||||
(set-process-coding-system apheleia--current-process
|
(set-process-coding-system
|
||||||
nil
|
apheleia--current-process
|
||||||
(buffer-local-value 'buffer-file-coding-system stdin))
|
nil
|
||||||
|
(buffer-local-value 'buffer-file-coding-system stdin))
|
||||||
(when stdin
|
(when stdin
|
||||||
(process-send-string
|
(process-send-string
|
||||||
apheleia--current-process
|
apheleia--current-process
|
||||||
|
|
Loading…
Add table
Reference in a new issue