From aadce164dacead8672d142c9e7162c103ade769e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Spiegel?= Date: Fri, 8 Sep 1995 20:38:53 +0000 Subject: [PATCH] (vc-locking-user): Fixed wrong parentheses. --- lisp/vc-hooks.el | 4 ++-- 1 file 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 -- 2.39.2