diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lread.c b/src/lread.c index c9df72a7306..cb63021923e 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -3286,7 +3286,7 @@ bytecode_from_rev_list (Lisp_Object elems, Lisp_Object readcharfun) | |||
| 3286 | Convert them back to the original unibyte form. */ | 3286 | Convert them back to the original unibyte form. */ |
| 3287 | vec[COMPILED_BYTECODE] = Fstring_as_unibyte (vec[COMPILED_BYTECODE]); | 3287 | vec[COMPILED_BYTECODE] = Fstring_as_unibyte (vec[COMPILED_BYTECODE]); |
| 3288 | } | 3288 | } |
| 3289 | // Bytecode must be immovable. | 3289 | /* Bytecode must be immovable. */ |
| 3290 | pin_string (vec[COMPILED_BYTECODE]); | 3290 | pin_string (vec[COMPILED_BYTECODE]); |
| 3291 | } | 3291 | } |
| 3292 | 3292 | ||