Mercurial > emacs
changeset 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 | 76aa8f3934bf |
children | b235f1b173f3 |
files | lisp/bindings.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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.