emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master bb392a9: * lisp/subr.el (ctl-x-t-prefix): Bind new


From: Juri Linkov
Subject: [Emacs-diffs] master bb392a9: * lisp/subr.el (ctl-x-t-prefix): Bind new alias or ctl-x-6-map to 'C-x t'.
Date: Thu, 10 Oct 2019 18:46:04 -0400 (EDT)

branch: master
commit bb392a9c8dab154cb9c80decf2ce4cf2da80e635
Author: Juri Linkov <address@hidden>
Commit: Juri Linkov <address@hidden>

    * lisp/subr.el (ctl-x-t-prefix): Bind new alias or ctl-x-6-map to 'C-x t'.
---
 lisp/subr.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/subr.el b/lisp/subr.el
index 010443a..cb59802 100644
--- 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)
 
 
 ;;;; Event manipulation functions.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]