aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/simple.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index e51bc132a6b..44f738f07e6 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -3844,7 +3844,7 @@ interactively, this is t."
3844 (with-output-to-string 3844 (with-output-to-string
3845 (with-current-buffer 3845 (with-current-buffer
3846 standard-output 3846 standard-output
3847 (process-file shell-file-name nil t nil shell-command-switch command)))) 3847 (shell-command command t))))
3848 3848
3849(defun process-file (program &optional infile buffer display &rest args) 3849(defun process-file (program &optional infile buffer display &rest args)
3850 "Process files synchronously in a separate process. 3850 "Process files synchronously in a separate process.