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
79d00189
Commit
79d00189
authored
Aug 23, 1997
by
Richard M. Stallman
Browse files
(vc-version-diff): Mention that default file is visited file.
parent
6c455d5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
lisp/vc.el
lisp/vc.el
+3
-1
No files found.
lisp/vc.el
View file @
79d00189
...
...
@@ -1301,7 +1301,9 @@ and two version designators specifying which versions to compare."
If
FILE
is
a
directory,
generate
diffs
between
versions
for
all
registered
files
in
or
below
it.
"
(interactive
(let ((file (read-file-name "
File
or
directory
to
diff:
"
(let ((file (read-file-name (if buffer-file-name
"
File
or
dir
to
diff:
(
default
visited
file
)
"
"
File
or
dir
to
diff:
")
default-directory buffer-file-name t))
(rel1-default nil) (rel2-default nil))
;; compute default versions based on the file state
...
...
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