From e4ade21be29a4fb37e5415fa5176a9013836c2eb Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 14 May 1998 21:16:49 +0000 Subject: [PATCH] Add binding for C-x z to vi-dot here. --- lisp/bindings.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/bindings.el b/lisp/bindings.el index ae7a9d218a0..ad2c3f46e51 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -642,6 +642,8 @@ 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) + ;;; Don't compile this file; it contains no large function definitions. ;;; Don't look for autoload cookies in this file. ;;; Local Variables: -- 2.39.2