diff options
| author | Martin Rudalics | 2007-08-29 09:01:48 +0000 |
|---|---|---|
| committer | Martin Rudalics | 2007-08-29 09:01:48 +0000 |
| commit | d0d3a31145231a520300d9360b74dcac60aa3930 (patch) | |
| tree | 7c1efafdb71e171f2039e8751ce5bd36ec325478 /src/ChangeLog | |
| parent | d2ff5d5051fa8f3a741ba897680cd6246a3e5280 (diff) | |
| download | emacs-d0d3a31145231a520300d9360b74dcac60aa3930.tar.gz emacs-d0d3a31145231a520300d9360b74dcac60aa3930.zip | |
(syms_of_keyboard): Set up new Lisp variable
last-repeatable-command.
(init_kboard): Initialize Vlast_repeatable_command.
(command_loop_1): Set it to real_this_command unless that was
bound to an input event.
(mark_kboards): Mark it.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 68383a34cdd..de94c9fb0a1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2007-08-29 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * keyboard.h (struct kboard): New elt Vlast_repeatable_command. | ||
| 4 | |||
| 5 | * keyboard.c (syms_of_keyboard): Set up new Lisp variable | ||
| 6 | last-repeatable-command. | ||
| 7 | (init_kboard): Initialize Vlast_repeatable_command. | ||
| 8 | (command_loop_1): Set it to real_this_command unless that was | ||
| 9 | bound to an input event. | ||
| 10 | (mark_kboards): Mark it. | ||
| 11 | |||
| 1 | 2007-08-28 Juanma Barranquero <lekktu@gmail.com> | 12 | 2007-08-28 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 13 | ||
| 3 | * image.c (syms_of_image) <image-library-alist, cross-disabled-images>: | 14 | * image.c (syms_of_image) <image-library-alist, cross-disabled-images>: |