summaryrefslogtreecommitdiff
path: root/lisp/vc-hooks.el
diff options
context:
space:
mode:
authorAndré Spiegel <spiegel@gnu.org>1995-09-08 20:38:53 +0000
committerAndré Spiegel <spiegel@gnu.org>1995-09-08 20:38:53 +0000
commitaadce164dacead8672d142c9e7162c103ade769e (patch)
treed04e7c2c49a737cf03083c166afe91b255987eee /lisp/vc-hooks.el
parent6cfd24f9a58919f7dd5f7a54fff719c5ea1d7f0b (diff)
downloademacs-aadce164dacead8672d142c9e7162c103ade769e.tar.gz
(vc-locking-user): Fixed wrong parentheses.
Diffstat (limited to 'lisp/vc-hooks.el')
-rw-r--r--lisp/vc-hooks.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el
index de088a6265c..1e4db196e84 100644
--- a/lisp/vc-hooks.el
+++ b/lisp/vc-hooks.el
@@ -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