From: Richard M. Stallman Date: Thu, 14 May 1998 21:16:49 +0000 (+0000) Subject: Add binding for C-x z to vi-dot here. X-Git-Tag: emacs-20.3~1013 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e4ade21be29a4fb37e5415fa5176a9013836c2eb;p=emacs.git Add binding for C-x z to vi-dot here. --- 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: