]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/subr.el (ctl-x-t-prefix): Bind new alias or ctl-x-6-map to 'C-x t'.
authorJuri Linkov <juri@linkov.net>
Thu, 10 Oct 2019 22:45:54 +0000 (01:45 +0300)
committerJuri Linkov <juri@linkov.net>
Thu, 10 Oct 2019 22:45:54 +0000 (01:45 +0300)
lisp/subr.el

index 010443a56b5641fed688e1a30c6f616d7ed33c11..cb59802f8b8571639d413f5509d00b99655d91d1 100644 (file)
@@ -1242,6 +1242,8 @@ The normal global definition of the character C-x indirects to this keymap.")
   "Keymap for tab commands.")
 (defalias 'ctl-x-6-prefix ctl-x-6-map)
 (define-key ctl-x-map "6" 'ctl-x-6-prefix)
+(defalias 'ctl-x-t-prefix ctl-x-6-map)
+(define-key ctl-x-map "t" 'ctl-x-t-prefix)
 
 \f
 ;;;; Event manipulation functions.