aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/subr.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/subr.el b/lisp/subr.el
index 3125a577fd2..4232fd77e09 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -475,7 +475,7 @@ The normal global definition of the character ESC indirects to this keymap.")
475The normal global definition of the character C-x indirects to this keymap.") 475The normal global definition of the character C-x indirects to this keymap.")
476 476
477(defvar ctl-x-4-map (make-sparse-keymap) 477(defvar ctl-x-4-map (make-sparse-keymap)
478 "Keymap for subcommands of C-x 4") 478 "Keymap for subcommands of C-x 4.")
479(defalias 'ctl-x-4-prefix ctl-x-4-map) 479(defalias 'ctl-x-4-prefix ctl-x-4-map)
480(define-key ctl-x-map "4" 'ctl-x-4-prefix) 480(define-key ctl-x-map "4" 'ctl-x-4-prefix)
481 481