diff options
author | Juri Linkov <juri@linkov.net> | 2019-10-06 21:47:24 +0300 |
---|---|---|
committer | Juri Linkov <juri@linkov.net> | 2019-10-06 21:47:24 +0300 |
commit | 29db34e3e0cd5be78b7ab4604050c0ba05835414 (patch) | |
tree | b50e906e0ef28dc9ba57f42f29553e379d7f90b4 /lisp/ldefs-boot.el | |
parent | ef9124aaa005d5409b194ec60e3315d8a6625760 (diff) | |
download | emacs-29db34e3e0cd5be78b7ab4604050c0ba05835414.tar.gz |
Don't bind 'C-x 6' to '2C-mode-map' globally by default.
* lisp/textmodes/two-column.el: Don't autoload global setting of
"\C-x6" to 2C-command.
* lisp/ldefs-boot.el: Update to remove setting "\C-x6" to 2C-command.
* doc/emacs/commands.texi (Keys):
* doc/emacs/text.texi (Two-Column):
* doc/lispref/keymaps.texi (Prefix Keys):
* doc/lispref/maps.texi (Standard Keymaps):
Unbind 'C-x 6' from '2C-mode-map'.
Diffstat (limited to 'lisp/ldefs-boot.el')
-rw-r--r-- | lisp/ldefs-boot.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index ea111f2d3f1..5c20c0526d4 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el @@ -34138,7 +34138,6 @@ resumed later. ;;;;;; 0 0)) ;;; Generated autoloads from textmodes/two-column.el (autoload '2C-command "two-column" () t 'keymap) - (global-set-key "\C-x6" '2C-command) (global-set-key [f2] '2C-command) (autoload '2C-two-columns "two-column" "\ |