diff options
| author | Stefan Monnier | 2007-11-15 16:03:00 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2007-11-15 16:03:00 +0000 |
| commit | 58da34c73b6fb576474c73c29dfc9cf1a9e9751e (patch) | |
| tree | 7756bae639e70c8b3049f6e34cec61308537d51c /src/ChangeLog | |
| parent | 21e1464132e49b38ba58a944a2183006c309124f (diff) | |
| download | emacs-58da34c73b6fb576474c73c29dfc9cf1a9e9751e.tar.gz emacs-58da34c73b6fb576474c73c29dfc9cf1a9e9751e.zip | |
* subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
* keyboard.c (Fevent_symbol_parse_modifiers): New function.
(syms_of_keyboard): Defsubr it.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f4f63e3c4d9..8ee1649afd9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * keyboard.c (Fevent_symbol_parse_modifiers): New function. | ||
| 4 | (syms_of_keyboard): Defsubr it. | ||
| 5 | |||
| 3 | * data.c (swap_in_global_binding): Fix longstanding bug where | 6 | * data.c (swap_in_global_binding): Fix longstanding bug where |
| 4 | store_symval_forwarding was not called with the right second argument, | 7 | store_symval_forwarding was not called with the right second argument, |
| 5 | thus causing objfwd-ing from being dropped. | 8 | thus causing objfwd-ing from being dropped. |