diff options
Diffstat (limited to 'lisp/vcursor.el')
| -rw-r--r-- | lisp/vcursor.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/vcursor.el b/lisp/vcursor.el index fa0cbb74b0d..3601abcd6e4 100644 --- a/lisp/vcursor.el +++ b/lisp/vcursor.el | |||
| @@ -1132,9 +1132,6 @@ line is treated like ordinary characters." | |||
| 1132 | (vcursor-copy (if (or (= count 0) arg) (1+ count) count))) | 1132 | (vcursor-copy (if (or (= count 0) arg) (1+ count) count))) |
| 1133 | ) | 1133 | ) |
| 1134 | 1134 | ||
| 1135 | (define-obsolete-function-alias | ||
| 1136 | 'vcursor-toggle-vcursor-map 'vcursor-use-vcursor-map "23.1") | ||
| 1137 | |||
| 1138 | (defun vcursor-post-command () | 1135 | (defun vcursor-post-command () |
| 1139 | (and vcursor-auto-disable (not vcursor-last-command) | 1136 | (and vcursor-auto-disable (not vcursor-last-command) |
| 1140 | vcursor-overlay | 1137 | vcursor-overlay |