aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/vc')
-rw-r--r--lisp/vc/smerge-mode.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/vc/smerge-mode.el b/lisp/vc/smerge-mode.el
index 75e3b514531..f26ccdbedda 100644
--- a/lisp/vc/smerge-mode.el
+++ b/lisp/vc/smerge-mode.el
@@ -566,7 +566,7 @@ major modes. Uses `smerge-resolve-function' to do the actual work."
566 (with-current-buffer buf 566 (with-current-buffer buf
567 (zerop (call-process-region 567 (zerop (call-process-region
568 (point-min) (point-max) "patch" t nil nil 568 (point-min) (point-max) "patch" t nil nil
569 "-r" "/dev/null" "--no-backup-if-mismatch" 569 "-r" null-device "--no-backup-if-mismatch"
570 "-fl" o)))) 570 "-fl" o))))
571 (save-restriction 571 (save-restriction
572 (narrow-to-region m0b m0e) 572 (narrow-to-region m0b m0e)
@@ -582,7 +582,7 @@ major modes. Uses `smerge-resolve-function' to do the actual work."
582 (with-current-buffer buf 582 (with-current-buffer buf
583 (zerop (call-process-region 583 (zerop (call-process-region
584 (point-min) (point-max) "patch" t nil nil 584 (point-min) (point-max) "patch" t nil nil
585 "-r" "/dev/null" "--no-backup-if-mismatch" 585 "-r" null-device "--no-backup-if-mismatch"
586 "-fl" m)))) 586 "-fl" m))))
587 (save-restriction 587 (save-restriction
588 (narrow-to-region m0b m0e) 588 (narrow-to-region m0b m0e)