From 5614fd56080d50dc3e1b32382a39d2c21fe060eb Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 15 Dec 2010 10:05:38 +0800 Subject: 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. --- lisp/vc/cvs-status.el | 1 - 1 file changed, 1 deletion(-) (limited to 'lisp/vc/cvs-status.el') 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))) -- cgit v1.2.3