From aa5ba90e0c28d2efd981b15e545fc48064257f24 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 10 Jun 1998 18:55:56 +0000 Subject: [PATCH] (ctl-x-map): Change vi-dot binding to repeat. --- lisp/bindings.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2