(Fmake_symbol): Comment-out left-over assert from before we added BLOCK_INPUTs.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user