diff options
| author | Vibhav Pant | 2020-08-21 14:04:35 +0530 |
|---|---|---|
| committer | Vibhav Pant | 2020-08-21 14:04:35 +0530 |
| commit | f0f8d7b82492e741950c363a03b886965c91b1b0 (patch) | |
| tree | 19b716830b1ebabc0d7d75949c4e6800c0f104ad /lisp/vcursor.el | |
| parent | 9e64a087c4d167e7ec1c4e22bea3e6af53b563de (diff) | |
| parent | c818c29771d3cb51875643b2f6c894073e429dd2 (diff) | |
| download | emacs-feature/native-comp-macos-fixes.tar.gz emacs-feature/native-comp-macos-fixes.zip | |
Merge branch 'feature/native-comp' into feature/native-comp-macos-fixesfeature/native-comp-macos-fixes
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 |