diff options
| author | Stefan Monnier | 2006-02-17 16:00:35 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2006-02-17 16:00:35 +0000 |
| commit | 537407f0491cb7da09ffcb573f58ec223d0b4a4e (patch) | |
| tree | 90f748ed5a7864883e9fb98198014d2d80e46e37 /src/alloc.c | |
| parent | b9e1451a3d0381455c862b8baebcc0aa965daa1f (diff) | |
| download | emacs-537407f0491cb7da09ffcb573f58ec223d0b4a4e.tar.gz emacs-537407f0491cb7da09ffcb573f58ec223d0b4a4e.zip | |
(Fmake_symbol): Comment-out left-over assert from before we added BLOCK_INPUTs.
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |