]> code.delx.au - gnu-emacs/commitdiff
(Fmake_symbol): Comment-out left-over assert from before we added BLOCK_INPUTs.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 17 Feb 2006 16:00:35 +0000 (16:00 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 17 Feb 2006 16:00:35 +0000 (16:00 +0000)
src/ChangeLog
src/alloc.c

index 60e9d9c51ac9c362c895e7ded11e8ce9c04cf6a7..daec480efa9f150a3227b61587ceb5d7f147dadb 100644 (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.
index 0276f85f1fed8c75af2d71f66ab33f03ab27b544..bb5f550d175a0122b31ea616bf91610bbd821427 100644 (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;