From: Richard M. Stallman Date: Wed, 10 Jun 1998 18:55:56 +0000 (+0000) Subject: (ctl-x-map): Change vi-dot binding to repeat. X-Git-Tag: emacs-20.3~655 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aa5ba90e0c28d2efd981b15e545fc48064257f24;p=emacs.git (ctl-x-map): Change vi-dot binding to repeat. --- diff --git a/lisp/bindings.el b/lisp/bindings.el index ad2c3f46e51..47f7e5cbdea 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -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.