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/eshell | |
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/eshell')
-rw-r--r-- | lisp/eshell/em-rebind.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/eshell/em-rebind.el b/lisp/eshell/em-rebind.el index 9b208d64803..587ca0684be 100644 --- a/lisp/eshell/em-rebind.el +++ b/lisp/eshell/em-rebind.el @@ -91,7 +91,6 @@ This is default behavior of shells like bash." '(beginning-of-line-text beginning-of-line move-to-column - move-to-column-force move-to-left-margin move-to-tab-stop forward-char |