diff options
| author | Glenn Morris | 2011-08-20 15:41:41 -0700 |
|---|---|---|
| committer | Glenn Morris | 2011-08-20 15:41:41 -0700 |
| commit | 59ee05427dbe2d7aaad260ea7c85515dd3c63bc0 (patch) | |
| tree | 99fa89a87a6aae066ef25c8aa67ed8135064fa1c /lisp/ChangeLog | |
| parent | 8e999f70ab17da9006eec0bac77dc3a3502a5eed (diff) | |
| download | emacs-59ee05427dbe2d7aaad260ea7c85515dd3c63bc0.tar.gz emacs-59ee05427dbe2d7aaad260ea7c85515dd3c63bc0.zip | |
Update some tutorial key bindings; ref bug#8739.
* lisp/tutorial.el (tutorial--default-keys): Update some default bindings.
* etc/NEWS: delete-forward-char is not bound to C-d.
* lisp/bindings.el, lisp/windows.el: Comments.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2e06de9fd98..4763c83c5a3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-08-20 Glenn Morris <rgm@gnu.org> | 1 | 2011-08-20 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * tutorial.el (tutorial--default-keys): Update some default bindings. | ||
| 4 | |||
| 3 | * files.el (hack-local-variables): Fully ignore case for "mode:". | 5 | * files.el (hack-local-variables): Fully ignore case for "mode:". |
| 4 | 6 | ||
| 5 | 2011-08-20 Alan Mackenzie <acm@muc.de> | 7 | 2011-08-20 Alan Mackenzie <acm@muc.de> |