1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 12:40:49 -08:00

*** empty log message ***

This commit is contained in:
Stefan Monnier 2004-12-11 23:51:45 +00:00
parent d7031edcfa
commit fb6f5cbf9d

View file

@ -1,5 +1,8 @@
2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
* keyboard.c (handle_async_input): Remove pthread mutex handling.
(input_available_signal): Move pthread thingy to !SYNC_INPUT branch.
* syntax.c (Fforward_word): Avoid non-idempotent side-effects
in macro arguments.