diff options
| author | Gerd Möllmann | 2024-10-21 18:32:04 +0200 |
|---|---|---|
| committer | Gerd Möllmann | 2024-10-22 06:40:19 +0200 |
| commit | 414de92a562e8912ffdc8ed2995e7ea10d05f13b (patch) | |
| tree | 9058dd00922ed14319e0e49eb216fcad7ea5fdd6 /src/chartab.c | |
| parent | 1854f2751e3f73e1e5f12f6de993b6357de1766b (diff) | |
| download | emacs-414de92a562e8912ffdc8ed2995e7ea10d05f13b.tar.gz emacs-414de92a562e8912ffdc8ed2995e7ea10d05f13b.zip | |
Initial child frames based on master
This is based on a diff from 2024-10-15 which still applied.
Since then, I've inadvertantly modified the igc branch so that
it is no longer possible to get a clean diff of what has changed
since I created the branch.
Diffstat (limited to 'src/chartab.c')
| -rw-r--r-- | src/chartab.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/chartab.c b/src/chartab.c index 58bb1658504..76a40ca7cc4 100644 --- a/src/chartab.c +++ b/src/chartab.c | |||
| @@ -122,8 +122,6 @@ the char-table has no extra slot. */) | |||
| 122 | else | 122 | else |
| 123 | { | 123 | { |
| 124 | CHECK_FIXNAT (n); | 124 | CHECK_FIXNAT (n); |
| 125 | if (XFIXNUM (n) > 10) | ||
| 126 | args_out_of_range (n, Qnil); | ||
| 127 | n_extras = XFIXNUM (n); | 125 | n_extras = XFIXNUM (n); |
| 128 | } | 126 | } |
| 129 | 127 | ||