summaryrefslogtreecommitdiff
path: root/lisp/vc/cvs-status.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2010-12-15 10:05:38 +0800
committerChong Yidong <cyd@stupidchicken.com>2010-12-15 10:05:38 +0800
commit5614fd56080d50dc3e1b32382a39d2c21fe060eb (patch)
treeecc8c5233863754ae5c3f4da42f4b733e49de0a6 /lisp/vc/cvs-status.el
parente7b07d2f05d660cd2553fd83b15824430517c87b (diff)
downloademacs-5614fd56080d50dc3e1b32382a39d2c21fe060eb.tar.gz
Delete long unused functions and variables in rect.el.
lisp/rect.el (operate-on-rectangle-lines, string-rectangle-string): Delete unused variables. (move-to-column-force): Remove function obsolete since 21.2.
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)))