diff options
| author | Miles Bader | 2006-02-22 06:54:10 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-02-22 06:54:10 +0000 |
| commit | b434f199dbbc2694a69538ee95e5e583f6357f71 (patch) | |
| tree | ea87d2540063659d9cfdb24462bb4c0336a6ec47 /src/alloc.c | |
| parent | 9d826e0eaf8a4e2f1cf5aac74d6b02ccc393af8d (diff) | |
| parent | a1b24e137f75b9f5fdbd5526947a70c462c5e5bf (diff) | |
| download | emacs-b434f199dbbc2694a69538ee95e5e583f6357f71.tar.gz emacs-b434f199dbbc2694a69538ee95e5e583f6357f71.zip | |
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-21
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 97-112)
- Update from CVS
- Merge from erc--emacs--0
- Update from CVS: src/regex.c (extend_range_table_work_area): Fix typo.
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 37)
- Update from CVS
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 04efb708665..ea52c98fd24 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -3166,7 +3166,7 @@ Its value and function definition are void, and its property list is nil. */) | |||
| 3166 | 3166 | ||
| 3167 | CHECK_STRING (name); | 3167 | CHECK_STRING (name); |
| 3168 | 3168 | ||
| 3169 | eassert (!handling_signal); | 3169 | /* eassert (!handling_signal); */ |
| 3170 | 3170 | ||
| 3171 | #ifndef SYNC_INPUT | 3171 | #ifndef SYNC_INPUT |
| 3172 | BLOCK_INPUT; | 3172 | BLOCK_INPUT; |