diff options
Diffstat (limited to 'lisp/vc/diff.el')
| -rw-r--r-- | lisp/vc/diff.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/diff.el b/lisp/vc/diff.el index a8c3fcca2fc..6b316c4073c 100644 --- a/lisp/vc/diff.el +++ b/lisp/vc/diff.el | |||
| @@ -167,7 +167,7 @@ Possible values are: | |||
| 167 | (setq default-directory thisdir) | 167 | (setq default-directory thisdir) |
| 168 | (let ((inhibit-read-only t)) | 168 | (let ((inhibit-read-only t)) |
| 169 | (insert command "\n")) | 169 | (insert command "\n")) |
| 170 | (if (and (not no-async) (fboundp 'start-process)) | 170 | (if (and (not no-async) (fboundp 'make-process)) |
| 171 | (let ((proc (start-process "Diff" buf shell-file-name | 171 | (let ((proc (start-process "Diff" buf shell-file-name |
| 172 | shell-command-switch command))) | 172 | shell-command-switch command))) |
| 173 | (set-process-filter proc 'diff-process-filter) | 173 | (set-process-filter proc 'diff-process-filter) |