(ctl-x-map): Change vi-dot binding to repeat.

This commit is contained in:
Richard M. Stallman 1998-06-10 18:55:56 +00:00
parent 268565b059
commit aa5ba90e0c

View file

@ -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.