diff options
author | André Spiegel <spiegel@gnu.org> | 1996-10-17 20:35:46 +0000 |
---|---|---|
committer | André Spiegel <spiegel@gnu.org> | 1996-10-17 20:35:46 +0000 |
commit | eb5e323f458d0ae591f37184a0659c8a04462fca (patch) | |
tree | f925f4757990506505b046997bd849fa3449afdd /lisp/vc.el | |
parent | 436fe085ff0a80114d189373f41d0d70eca0946f (diff) | |
download | emacs-eb5e323f458d0ae591f37184a0659c8a04462fca.tar.gz |
(vc-dired-reformat-line): Discard check for numerical value of
vc-locking-user.
Diffstat (limited to 'lisp/vc.el')
-rw-r--r-- | lisp/vc.el | 1 |
1 files changed, 0 insertions, 1 deletions
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))))) |