diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-06-10 18:55:56 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-06-10 18:55:56 +0000 |
commit | aa5ba90e0c28d2efd981b15e545fc48064257f24 (patch) | |
tree | 9ffbec84cdee74cdb45bf36457c2c10105430faa /lisp/bindings.el | |
parent | 268565b059dc8bc9e526a72f10c657f24542e4f1 (diff) | |
download | emacs-aa5ba90e0c28d2efd981b15e545fc48064257f24.tar.gz |
(ctl-x-map): Change vi-dot binding to repeat.
Diffstat (limited to 'lisp/bindings.el')
-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)." (define-key esc-map "'" 'abbrev-prefix-mark) (define-key ctl-x-map "'" 'expand-abbrev) -(define-key ctl-x-map "z" 'vi-dot) +(define-key ctl-x-map "z" 'repeat) ;;; Don't compile this file; it contains no large function definitions. ;;; Don't look for autoload cookies in this file. |