diff options
| author | Andrea Corallo | 2019-06-16 15:32:29 +0200 |
|---|---|---|
| committer | Andrea Corallo | 2020-01-01 11:33:42 +0100 |
| commit | 1510e15c3c709130ded1569fb1faee4e885c0ff8 (patch) | |
| tree | ef850fafd9a22b7e3f7d77a0c0487f6d667ffddd /src | |
| parent | 0c7115c7b894c8e1655a0d5e482cc7ed8b231506 (diff) | |
| download | emacs-1510e15c3c709130ded1569fb1faee4e885c0ff8.tar.gz emacs-1510e15c3c709130ded1569fb1faee4e885c0ff8.zip | |
Binsert support
Diffstat (limited to 'src')
| -rw-r--r-- | src/comp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/comp.c b/src/comp.c index f19fc84479b..134d1baabcd 100644 --- a/src/comp.c +++ b/src/comp.c | |||
| @@ -1945,7 +1945,8 @@ compile_f (const char *f_name, ptrdiff_t bytestr_length, | |||
| 1945 | break; | 1945 | break; |
| 1946 | 1946 | ||
| 1947 | case BinsertN: | 1947 | case BinsertN: |
| 1948 | error ("BinsertN not supported"); | 1948 | op = FETCH; |
| 1949 | EMIT_SCRATCH_CALL_N ("Finsert", op); | ||
| 1949 | break; | 1950 | break; |
| 1950 | 1951 | ||
| 1951 | case Bstack_set: | 1952 | case Bstack_set: |