mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-05 11:45:45 +00:00
(Fkey_description): Move side effect outside of macro call.
This commit is contained in:
parent
b1ebcadbe2
commit
9141ca5e7d
@ -1,5 +1,7 @@
|
||||
2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* keymap.c (Fkey_description): Move side effect outside of macro call.
|
||||
|
||||
* keyboard.c (add_command_key, parse_menu_item): Use ASET.
|
||||
|
||||
* fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
|
||||
|
@ -2304,7 +2304,7 @@ spaces are put between sequence elements, etc. */)
|
||||
}
|
||||
else if (VECTORP (list))
|
||||
{
|
||||
key = AREF (list, i++);
|
||||
key = AREF (list, i); i++;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user