mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-19 18:13:55 +00:00
* bindings.el (ctl-x-map): There is no 'C-;'.
For now, make do with 'M-;'; this allows 'make bootstrap' to work. Perhaps some other binding should be chosen. Fixes: bug#19826
This commit is contained in:
parent
e38be5c483
commit
1cb3428546
@ -1,3 +1,10 @@
|
||||
2015-02-21 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* bindings.el (ctl-x-map): There is no 'C-;'.
|
||||
For now, make do with 'M-;'; this allows 'make bootstrap' to work.
|
||||
Perhaps some other binding should be chosen.
|
||||
Fixes: bug#19826
|
||||
|
||||
2015-02-21 Artur Malabarba <bruce.connor.am@gmail.com>
|
||||
|
||||
* bindings.el (ctl-x-map): Fix `comment-line' binding.
|
||||
|
@ -1130,7 +1130,7 @@ if `inhibit-field-text-motion' is non-nil."
|
||||
(define-key esc-map "j" 'indent-new-comment-line)
|
||||
(define-key esc-map "\C-j" 'indent-new-comment-line)
|
||||
(define-key ctl-x-map ";" 'comment-set-column)
|
||||
(define-key ctl-x-map "\C-;" 'comment-line)
|
||||
(define-key ctl-x-map "\M-;" 'comment-line)
|
||||
(define-key ctl-x-map "f" 'set-fill-column)
|
||||
(define-key ctl-x-map "$" 'set-selective-display)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user