# HG changeset patch # User Richard M. Stallman # Date 897504956 0 # Node ID d8368e1df721d69b14fbf65ea4c21eeaaee51242 # Parent 76aa8f3934bfc3d56aa434c29b3e1e8855e8d019 (ctl-x-map): Change vi-dot binding to repeat. diff -r 76aa8f3934bf -r d8368e1df721 lisp/bindings.el --- 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.