Mercurial > emacs
diff lisp/bindings.el @ 22424:d8368e1df721
(ctl-x-map): Change vi-dot binding to repeat.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Wed, 10 Jun 1998 18:55:56 +0000 |
| parents | 6855330db15c |
| children | 34b38e5d0e9d |
line wrap: on
line diff
--- a/lisp/bindings.el Wed Jun 10 18:54:27 1998 +0000 +++ b/lisp/bindings.el Wed Jun 10 18:55:56 1998 +0000 @@ -642,7 +642,7 @@ (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.
