diff options
| author | Eli Zaretskii | 2013-11-18 18:45:48 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2013-11-18 18:45:48 +0200 |
| commit | 18b35e2c7a3ff95fb4a07e58c3f57c70c65c0701 (patch) | |
| tree | 7a837a755a7c22d3258408cb384d01479ad88232 /src/bytecode.c | |
| parent | df87c56cdf6c8c13e8760bdc409e2eb0fda55b0b (diff) | |
| parent | 37c790b38599cc80a16c6a76152abbf8160fe2a1 (diff) | |
| download | emacs-18b35e2c7a3ff95fb4a07e58c3f57c70c65c0701.tar.gz emacs-18b35e2c7a3ff95fb4a07e58c3f57c70c65c0701.zip | |
Merge from mainline.
Diffstat (limited to 'src/bytecode.c')
| -rw-r--r-- | src/bytecode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bytecode.c b/src/bytecode.c index b9cb36c871f..f34e702c71d 100644 --- a/src/bytecode.c +++ b/src/bytecode.c | |||
| @@ -550,7 +550,7 @@ exec_byte_code (Lisp_Object bytestr, Lisp_Object vector, Lisp_Object maxdepth, | |||
| 550 | #ifdef BYTE_CODE_SAFE | 550 | #ifdef BYTE_CODE_SAFE |
| 551 | bytestr_length = SBYTES (bytestr); | 551 | bytestr_length = SBYTES (bytestr); |
| 552 | #endif | 552 | #endif |
| 553 | vectorp = XVECTOR (vector)->u.contents; | 553 | vectorp = XVECTOR (vector)->contents; |
| 554 | 554 | ||
| 555 | stack.byte_string = bytestr; | 555 | stack.byte_string = bytestr; |
| 556 | stack.pc = stack.byte_string_start = SDATA (bytestr); | 556 | stack.pc = stack.byte_string_start = SDATA (bytestr); |