Mercurial > emacs
changeset 16447:9851b8ecd4aa
(vc-dired-reformat-line): Discard check for numerical value of
vc-locking-user.
author | André Spiegel <spiegel@gnu.org> |
---|---|
date | Thu, 17 Oct 1996 20:35:46 +0000 |
parents | df84adfbe883 |
children | 39556b6d7c6e |
files | lisp/vc.el |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)))))