aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1998-05-14 21:16:49 +0000
committerRichard M. Stallman1998-05-14 21:16:49 +0000
commite4ade21be29a4fb37e5415fa5176a9013836c2eb (patch)
tree166116e781cbd58111ad19c48de1871d04d9c0ab
parent8f596798b1b3ba85918306d4a173b3891f74f545 (diff)
downloademacs-e4ade21be29a4fb37e5415fa5176a9013836c2eb.tar.gz
emacs-e4ade21be29a4fb37e5415fa5176a9013836c2eb.zip
Add binding for C-x z to vi-dot here.
-rw-r--r--lisp/bindings.el2
1 files changed, 2 insertions, 0 deletions
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)."
642(define-key esc-map "'" 'abbrev-prefix-mark) 642(define-key esc-map "'" 'abbrev-prefix-mark)
643(define-key ctl-x-map "'" 'expand-abbrev) 643(define-key ctl-x-map "'" 'expand-abbrev)
644 644
645(define-key ctl-x-map "z" 'vi-dot)
646
645;;; Don't compile this file; it contains no large function definitions. 647;;; Don't compile this file; it contains no large function definitions.
646;;; Don't look for autoload cookies in this file. 648;;; Don't look for autoload cookies in this file.
647;;; Local Variables: 649;;; Local Variables: