changeset 22064:6855330db15c

Add binding for C-x z to vi-dot here.
author Richard M. Stallman <rms@gnu.org>
date Thu, 14 May 1998 21:16:49 +0000
parents bf477b03b470
children dd225ba510b4
files lisp/bindings.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/bindings.el	Thu May 14 19:40:20 1998 +0000
+++ b/lisp/bindings.el	Thu May 14 21:16:49 1998 +0000
@@ -642,6 +642,8 @@
 (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: