]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-dired-reformat-line): Discard check for numerical value of
authorAndré Spiegel <spiegel@gnu.org>
Thu, 17 Oct 1996 20:35:46 +0000 (20:35 +0000)
committerAndré Spiegel <spiegel@gnu.org>
Thu, 17 Oct 1996 20:35:46 +0000 (20:35 +0000)
vc-locking-user.

lisp/vc.el

index 8084b1cc201da3e8009dfc29061787922d45aec9..0125e7cb4b02405e06aa919ef4fbc98cb5cd8582 100644 (file)
@@ -1313,7 +1313,6 @@ on a buffer attached to the file named in the current Dired buffer line."
          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)))))