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
274c59c9
Commit
274c59c9
authored
Sep 30, 1997
by
Karl Heuer
Browse files
(vc-find-cvs-master): Added missing `throw' for
the case when TIMESTAMP is arbitrary text.
parent
5d2e9438
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/vc-hooks.el
lisp/vc-hooks.el
+2
-1
No files found.
lisp/vc-hooks.el
View file @
274c59c9
...
...
@@ -850,7 +850,8 @@ For CVS, the full name of CVS/Entries is returned."
;; We found it. Store away version number now that we
;; are anyhow so close to finding it.
(
vc-file-setprop
file
'vc-workfile-version
(
match-string
1
))
(
vc-file-setprop
file
'vc-checkout-time
0
))
(
vc-file-setprop
file
'vc-checkout-time
0
)
(
throw
'found
(
cons
(
concat
dirname
"CVS/Entries"
)
'CVS
)))
(
t
nil
)))
(
kill-buffer
buffer
)))))
...
...
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