diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2010-12-15 10:05:38 +0800 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2010-12-15 10:05:38 +0800 |
commit | 5614fd56080d50dc3e1b32382a39d2c21fe060eb (patch) | |
tree | ecc8c5233863754ae5c3f4da42f4b733e49de0a6 /lisp/vc/cvs-status.el | |
parent | e7b07d2f05d660cd2553fd83b15824430517c87b (diff) | |
download | emacs-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.el | 1 |
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))) |