summaryrefslogtreecommitdiff
path: root/lisp/vc/cvs-status.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/vc/cvs-status.el')
-rw-r--r--lisp/vc/cvs-status.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/vc/cvs-status.el b/lisp/vc/cvs-status.el
index b0e66c055ac..140f299b610 100644
--- a/lisp/vc/cvs-status.el
+++ b/lisp/vc/cvs-status.el
@@ -223,7 +223,6 @@ The tree will be printed no closer than column COLUMN."
(let* ((eol (save-excursion (end-of-line) (current-column)))
(column (max (+ eol 2) column)))
(if (null tags) column
- ;;(move-to-column-force column)
(let* ((rev (cvs-car tags))
(name (funcall printer (cvs-car rev)))
(rest (append (cvs-cdr name) (cvs-cdr tags)))