# HG changeset patch
# User André Spiegel <spiegel@gnu.org>
# Date 845584546 0
# Node ID 9851b8ecd4aacbd5965c5d12db336190e1c396fb
# Parent  df84adfbe88307c03ac3f2d1e542e1b08796d30f
(vc-dired-reformat-line): Discard check for numerical value of
vc-locking-user.

diff -r df84adfbe883 -r 9851b8ecd4aa lisp/vc.el
--- a/lisp/vc.el	Thu Oct 17 20:34:46 1996 +0000
+++ b/lisp/vc.el	Thu Oct 17 20:35:46 1996 +0000
@@ -1313,7 +1313,6 @@
          limit t)
       (setq perm          (match-string 1)
 	    date-and-file (match-string 2))))
-    (if (numberp x) (setq x (or owner (number-to-string x))))
     (if x (setq x (concat "(" x ")")))
     (let ((rep (substring (concat x "                 ") 0 10)))
       (replace-match (concat perm rep date-and-file)))))