diff options
| author | Vibhav Pant | 2017-01-30 18:35:43 +0530 |
|---|---|---|
| committer | Vibhav Pant | 2017-01-30 18:35:43 +0530 |
| commit | bf7f7c0d82a56ed1b76358657e74ca2833b19fe2 (patch) | |
| tree | 90f357b4a735ca7c90d1881ef9948186b9f919df /src/bytecode.c | |
| parent | 25d38a06eceb0853190a2d9acf53d85686f524bd (diff) | |
| parent | 9c4dfdd1af9f97c6a8d7e922b68a39052116790c (diff) | |
| download | emacs-bf7f7c0d82a56ed1b76358657e74ca2833b19fe2.tar.gz emacs-bf7f7c0d82a56ed1b76358657e74ca2833b19fe2.zip | |
Merge remote-tracking branch 'origin/master' into feature/byte-switch
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 f4540e94c9c..288d78efe41 100644 --- a/src/bytecode.c +++ b/src/bytecode.c | |||
| @@ -681,7 +681,7 @@ exec_byte_code (Lisp_Object bytestr, Lisp_Object vector, Lisp_Object maxdepth, | |||
| 681 | { | 681 | { |
| 682 | quitcounter = 1; | 682 | quitcounter = 1; |
| 683 | maybe_gc (); | 683 | maybe_gc (); |
| 684 | QUIT; | 684 | maybe_quit (); |
| 685 | } | 685 | } |
| 686 | pc += op; | 686 | pc += op; |
| 687 | NEXT; | 687 | NEXT; |