diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/editfns.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/editfns.c b/src/editfns.c index f0c4593742d..da99c055b54 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -4179,6 +4179,7 @@ styled_format (ptrdiff_t nargs, Lisp_Object *args, bool message) | |||
| 4179 | bool maybe_combine_byte; | 4179 | bool maybe_combine_byte; |
| 4180 | bool arg_intervals = false; | 4180 | bool arg_intervals = false; |
| 4181 | USE_SAFE_ALLOCA; | 4181 | USE_SAFE_ALLOCA; |
| 4182 | sa_avail -= sizeof initial_buffer; | ||
| 4182 | 4183 | ||
| 4183 | /* Information recorded for each format spec. */ | 4184 | /* Information recorded for each format spec. */ |
| 4184 | struct info | 4185 | struct info |