diff options
| author | Paul Eggert | 2015-02-21 12:54:21 -0800 |
|---|---|---|
| committer | Paul Eggert | 2015-02-21 12:54:58 -0800 |
| commit | 1cb34285463d2b9050a031a7f9a53d376de5b489 (patch) | |
| tree | cd2aca3f929c0848e5b8ca9325ac173b4192879e /lisp/ChangeLog | |
| parent | e38be5c483ee4b629a4a3ecb27de068a1cb6402c (diff) | |
| download | emacs-1cb34285463d2b9050a031a7f9a53d376de5b489.tar.gz emacs-1cb34285463d2b9050a031a7f9a53d376de5b489.zip | |
* 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
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 64aa3de3539..b78dd7920ae 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2015-02-21 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * bindings.el (ctl-x-map): There is no 'C-;'. | ||
| 4 | For now, make do with 'M-;'; this allows 'make bootstrap' to work. | ||
| 5 | Perhaps some other binding should be chosen. | ||
| 6 | Fixes: bug#19826 | ||
| 7 | |||
| 1 | 2015-02-21 Artur Malabarba <bruce.connor.am@gmail.com> | 8 | 2015-02-21 Artur Malabarba <bruce.connor.am@gmail.com> |
| 2 | 9 | ||
| 3 | * bindings.el (ctl-x-map): Fix `comment-line' binding. | 10 | * bindings.el (ctl-x-map): Fix `comment-line' binding. |