1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07: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: