Add binding for C-x z to vi-dot here.
authorRichard M. Stallman <rms@gnu.org>
Thu, 14 May 1998 21:16:49 +0000 (21:16 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 14 May 1998 21:16:49 +0000 (21:16 +0000)
lisp/bindings.el

index ae7a9d2..ad2c3f4 100644 (file)
@@ -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: