diff options
| author | Daniel Colascione | 2012-10-07 14:31:58 -0800 |
|---|---|---|
| committer | Daniel Colascione | 2012-10-07 14:31:58 -0800 |
| commit | 36a305a723c63fd345be65c536c52fe9765c14be (patch) | |
| tree | fb89d9e103552863214c60297a65320917109357 /src/bytecode.c | |
| parent | 2ab329f3b5d52a39f0a45c3d9c129f1c19560142 (diff) | |
| parent | 795b1482a9e314cda32d62ac2988f573d359366e (diff) | |
| download | emacs-36a305a723c63fd345be65c536c52fe9765c14be.tar.gz emacs-36a305a723c63fd345be65c536c52fe9765c14be.zip | |
Merge from trunk
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 5f4fdcc5eff..648813aed86 100644 --- a/src/bytecode.c +++ b/src/bytecode.c | |||
| @@ -1876,7 +1876,7 @@ exec_byte_code (Lisp_Object bytestr, Lisp_Object vector, Lisp_Object maxdepth, | |||
| 1876 | /* Actually this is Bstack_ref with offset 0, but we use Bdup | 1876 | /* Actually this is Bstack_ref with offset 0, but we use Bdup |
| 1877 | for that instead. */ | 1877 | for that instead. */ |
| 1878 | /* CASE (Bstack_ref): */ | 1878 | /* CASE (Bstack_ref): */ |
| 1879 | emacs_abort (); | 1879 | error ("Invalid byte opcode"); |
| 1880 | 1880 | ||
| 1881 | /* Handy byte-codes for lexical binding. */ | 1881 | /* Handy byte-codes for lexical binding. */ |
| 1882 | CASE (Bstack_ref1): | 1882 | CASE (Bstack_ref1): |