diff options
| author | Radon Rosborough <radon.neon@gmail.com> | 2019-11-16 21:56:42 -0800 |
|---|---|---|
| committer | Radon Rosborough <radon.neon@gmail.com> | 2019-11-16 21:56:42 -0800 |
| commit | d56b8afcd3fd961c0950e91ac959f1b996991cce (patch) | |
| tree | b458b2fb0c5e47affda615211451857e9f88cb86 | |
| parent | fab32d51a1db7c29b5f6e55d739254a96e372447 (diff) | |
Fix long line
| -rw-r--r-- | apheleia.el | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/apheleia.el b/apheleia.el index 7fd985d..df2087d 100644 --- a/apheleia.el +++ b/apheleia.el @@ -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 |
