diff options
| author | Richard M. Stallman | 2007-07-15 18:45:59 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-07-15 18:45:59 +0000 |
| commit | be3eb6a6229303ee2d95ffe3942f07a46fb925a3 (patch) | |
| tree | 55e8acf057985780af1250052f38e899c9f0f215 /lisp/ChangeLog | |
| parent | 0e01e4afb99f8d278de0fea3270649e7ab46d652 (diff) | |
| download | emacs-be3eb6a6229303ee2d95ffe3942f07a46fb925a3.tar.gz emacs-be3eb6a6229303ee2d95ffe3942f07a46fb925a3.zip | |
(kmacro-bind-to-key): Avoid comparisons on function keys.
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 322c00b6660..3631cccab7f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2007-07-15 Richard Stallman <rms@gnu.org> | 1 | 2007-07-15 Richard Stallman <rms@gnu.org> |
| 2 | 2 | ||
| 3 | * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys. | ||
| 4 | |||
| 3 | * tutorial.el (tutorial--find-changed-keys): | 5 | * tutorial.el (tutorial--find-changed-keys): |
| 4 | Handle C-x specially like ESC. | 6 | Handle C-x specially like ESC. |
| 5 | 7 | ||