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
aadce164
Commit
aadce164
authored
Sep 08, 1995
by
André Spiegel
Browse files
(vc-locking-user): Fixed wrong parentheses.
parent
6cfd24f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/vc-hooks.el
lisp/vc-hooks.el
+2
-2
No files found.
lisp/vc-hooks.el
View file @
aadce164
...
...
@@ -625,11 +625,11 @@ For CVS, the full name of CVS/Entries is returned."
((
eq
(
vc-backend
file
)
'SCCS
)
(
or
(
vc-lock-from-permissions
file
)
(
vc-file-setprop
file
'vc-locking-user
(
vc-master-locking-user
file
)))))
)
(
vc-master-locking-user
file
)))))
;; convert a possible 'none value
(
setq
locking-user
(
vc-file-getprop
file
'vc-locking-user
))
(
if
(
eq
locking-user
'none
)
nil
locking-user
)))
(
if
(
eq
locking-user
'none
)
nil
locking-user
)))
)
;;; properties to store current and recent version numbers
...
...
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