From: André Spiegel Date: Thu, 17 Oct 1996 20:35:46 +0000 (+0000) Subject: (vc-dired-reformat-line): Discard check for numerical value of X-Git-Tag: emacs-20.1~3497 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=010d626940cdc7301c0785004851de98296a9cca;p=emacs.git (vc-dired-reformat-line): Discard check for numerical value of vc-locking-user. --- diff --git a/lisp/vc.el b/lisp/vc.el index 8084b1cc201..0125e7cb4b0 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -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)))))