]> git.eshelyaron.com Git - emacs.git/commitdiff
(ctl-x-map): Change vi-dot binding to repeat.
authorRichard M. Stallman <rms@gnu.org>
Wed, 10 Jun 1998 18:55:56 +0000 (18:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 10 Jun 1998 18:55:56 +0000 (18:55 +0000)
lisp/bindings.el

index ad2c3f46e51c610c6de8460fe1cf4cecc647eac4..47f7e5cbdea7fa31ccb44a3eeaa868515b5871c3 100644 (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.