1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

Add binding for C-x z to vi-dot here.

This commit is contained in:
Richard M. Stallman 1998-05-14 21:16:49 +00:00
parent 8f596798b1
commit e4ade21be2

View 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: