diff options
| author | Richard M. Stallman | 1998-06-10 18:55:56 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-06-10 18:55:56 +0000 |
| commit | aa5ba90e0c28d2efd981b15e545fc48064257f24 (patch) | |
| tree | 9ffbec84cdee74cdb45bf36457c2c10105430faa | |
| parent | 268565b059dc8bc9e526a72f10c657f24542e4f1 (diff) | |
| download | emacs-aa5ba90e0c28d2efd981b15e545fc48064257f24.tar.gz emacs-aa5ba90e0c28d2efd981b15e545fc48064257f24.zip | |
(ctl-x-map): Change vi-dot binding to repeat.
| -rw-r--r-- | lisp/bindings.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el index ad2c3f46e51..47f7e5cbdea 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el | |||
| @@ -642,7 +642,7 @@ for \\[find-tag] (which see)." | |||
| 642 | (define-key esc-map "'" 'abbrev-prefix-mark) | 642 | (define-key esc-map "'" 'abbrev-prefix-mark) |
| 643 | (define-key ctl-x-map "'" 'expand-abbrev) | 643 | (define-key ctl-x-map "'" 'expand-abbrev) |
| 644 | 644 | ||
| 645 | (define-key ctl-x-map "z" 'vi-dot) | 645 | (define-key ctl-x-map "z" 'repeat) |
| 646 | 646 | ||
| 647 | ;;; Don't compile this file; it contains no large function definitions. | 647 | ;;; Don't compile this file; it contains no large function definitions. |
| 648 | ;;; Don't look for autoload cookies in this file. | 648 | ;;; Don't look for autoload cookies in this file. |