projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e776ba6
)
* lisp/subr.el (ctl-x-t-prefix): Bind new alias or ctl-x-6-map to 'C-x t'.
author
Juri Linkov
<juri@linkov.net>
Thu, 10 Oct 2019 22:45:54 +0000
(
01:45
+0300)
committer
Juri Linkov
<juri@linkov.net>
Thu, 10 Oct 2019 22:45:54 +0000
(
01:45
+0300)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index 010443a56b5641fed688e1a30c6f616d7ed33c11..cb59802f8b8571639d413f5509d00b99655d91d1 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-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.