mirror of
https://github.com/vale981/apheleia
synced 2025-03-04 09:01:42 -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)
|
||||
stderr))))))
|
||||
(set-process-sentinel (get-buffer-process stderr) #'ignore)
|
||||
(set-process-coding-system apheleia--current-process
|
||||
nil
|
||||
(buffer-local-value 'buffer-file-coding-system stdin))
|
||||
(set-process-coding-system
|
||||
apheleia--current-process
|
||||
nil
|
||||
(buffer-local-value 'buffer-file-coding-system stdin))
|
||||
(when stdin
|
||||
(process-send-string
|
||||
apheleia--current-process
|
||||
|
|
Loading…
Add table
Reference in a new issue