aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/alloc.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 60e9d9c51ac..daec480efa9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12006-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * alloc.c (Fmake_symbol): Comment-out left-over assert from before the
4 addition of the BLOCK_INPUTs.
5
12006-02-17 Juanma Barranquero <lekktu@gmail.com> 62006-02-17 Juanma Barranquero <lekktu@gmail.com>
2 7
3 * window.c (Fset_window_scroll_bars): Doc fix. 8 * window.c (Fset_window_scroll_bars): Doc fix.
diff --git a/src/alloc.c b/src/alloc.c
index 0276f85f1fe..bb5f550d175 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -3209,7 +3209,7 @@ Its value and function definition are void, and its property list is nil. */)
3209 3209
3210 CHECK_STRING (name); 3210 CHECK_STRING (name);
3211 3211
3212 eassert (!handling_signal); 3212 /* eassert (!handling_signal); */
3213 3213
3214#ifndef SYNC_INPUT 3214#ifndef SYNC_INPUT
3215 BLOCK_INPUT; 3215 BLOCK_INPUT;