Commit ed4b0e7
committed
replace shell-command-on-region by call-process-region
shell-command-on-region is meant for interactive use, causing a buffer
to popup now and then.
Using call-process-region instead removes this disturbing behaviour.1 parent 3696dfc commit ed4b0e7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
0 commit comments