Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5ec1c089
Commit
5ec1c089
authored
Jul 19, 2007
by
Eric S. Raymond
Browse files
Make certain diff output gets put in the correcct buffer.
parent
66752bb4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/vc.el
lisp/vc.el
+1
-1
No files found.
lisp/vc.el
View file @
5ec1c089
...
...
@@ -1934,7 +1934,7 @@ actually call the backend, but performs a local diff."
(error "diff failed"))
(if (not vc-diff-knows-L) (setq vc-diff-knows-L 'yes)))
status)
(vc-call diff (list file) rev1 rev2))))
(vc-call diff (list file) rev1 rev2
"*vc-diff"
))))
(defun vc-switches (backend op)
(let ((switches
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment