aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/subr.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/subr.el b/lisp/subr.el
index 010443a56b5..cb59802f8b8 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.")
1242 "Keymap for tab commands.") 1242 "Keymap for tab commands.")
1243(defalias 'ctl-x-6-prefix ctl-x-6-map) 1243(defalias 'ctl-x-6-prefix ctl-x-6-map)
1244(define-key ctl-x-map "6" 'ctl-x-6-prefix) 1244(define-key ctl-x-map "6" 'ctl-x-6-prefix)
1245(defalias 'ctl-x-t-prefix ctl-x-6-map)
1246(define-key ctl-x-map "t" 'ctl-x-t-prefix)
1245 1247
1246 1248
1247;;;; Event manipulation functions. 1249;;;; Event manipulation functions.