(Fmake_symbol): Comment-out left-over assert from before we added BLOCK_INPUTs.

This commit is contained in:
Stefan Monnier 2006-02-17 16:00:35 +00:00
parent b9e1451a3d
commit 537407f049
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2006-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
* alloc.c (Fmake_symbol): Comment-out left-over assert from before the
addition of the BLOCK_INPUTs.
2006-02-17 Juanma Barranquero <lekktu@gmail.com>
* window.c (Fset_window_scroll_bars): Doc fix.

View file

@ -3209,7 +3209,7 @@ Its value and function definition are void, and its property list is nil. */)
CHECK_STRING (name);
eassert (!handling_signal);
/* eassert (!handling_signal); */
#ifndef SYNC_INPUT
BLOCK_INPUT;