aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Spiegel2006-07-05 08:05:29 +0000
committerAndré Spiegel2006-07-05 08:05:29 +0000
commit51ef683bad0756520a8de112d6896b2ba976fee0 (patch)
tree0a714ae3347a1455fb335c502627641164b22567
parent180f018c6c0dc91f72afbf0ff6a49c1477d4cd4b (diff)
downloademacs-51ef683bad0756520a8de112d6896b2ba976fee0.tar.gz
emacs-51ef683bad0756520a8de112d6896b2ba976fee0.zip
(vc-diff-internal): Fix prev change.
-rw-r--r--lisp/vc.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/vc.el b/lisp/vc.el
index c395a25798c..8290fd5b943 100644
--- a/lisp/vc.el
+++ b/lisp/vc.el
@@ -1846,7 +1846,7 @@ actually call the backend, but performs a local diff."
1846 (if (and file-rev1 file-rev2) 1846 (if (and file-rev1 file-rev2)
1847 (let ((status 1847 (let ((status
1848 (if (eq vc-diff-knows-L 'no) 1848 (if (eq vc-diff-knows-L 'no)
1849 (apply 'vc-do-command "*vc-diff*" 1 "diff" 1849 (apply 'vc-do-command "*vc-diff*" 1 "diff" nil
1850 (append (vc-switches nil 'diff) 1850 (append (vc-switches nil 'diff)
1851 (list (file-relative-name file-rev1) 1851 (list (file-relative-name file-rev1)
1852 (file-relative-name file-rev2)))) 1852 (file-relative-name file-rev2))))
@@ -1864,7 +1864,7 @@ actually call the backend, but performs a local diff."
1864 (if (eq status 2) 1864 (if (eq status 2)
1865 (if (not vc-diff-knows-L) 1865 (if (not vc-diff-knows-L)
1866 (setq vc-diff-knows-L 'no 1866 (setq vc-diff-knows-L 'no
1867 status (apply 'vc-do-command "*vc-diff*" 1 "diff" 1867 status (apply 'vc-do-command "*vc-diff*" 1 "diff" nil
1868 (append 1868 (append
1869 (vc-switches nil 'diff) 1869 (vc-switches nil 'diff)
1870 (list (file-relative-name file-rev1) 1870 (list (file-relative-name file-rev1)