diff options
| author | Stefan Monnier | 2010-03-05 18:08:18 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2010-03-05 18:08:18 -0500 |
| commit | c0335e02ec7778c10fa110d8953f15990110e04b (patch) | |
| tree | 5590b260ef5def04995f56862de4cde46f19ef59 /src/ChangeLog | |
| parent | e8defde36d0d4ab3dadd7f4a561a8c47ce110f9b (diff) | |
| download | emacs-c0335e02ec7778c10fa110d8953f15990110e04b.tar.gz emacs-c0335e02ec7778c10fa110d8953f15990110e04b.zip | |
Make it possible to C-g in a tight bytecode loop again (bug#5680).
* lisp.h (ELSE_PENDING_SIGNALS): New macro.
(QUIT): Use it to consolidate code and remove redundancy.
* bytecode.c (BYTE_CODE_QUIT): Use it as well.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f7226d6fc6f..ce4fe1cd7b4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | Make it possible to C-g in a tight bytecode loop again (bug#5680). | ||
| 4 | * lisp.h (ELSE_PENDING_SIGNALS): New macro. | ||
| 5 | (QUIT): Use it to consolidate code and remove redundancy. | ||
| 6 | * bytecode.c (BYTE_CODE_QUIT): Use it as well. | ||
| 7 | |||
| 3 | * regex.c (regex_compile): Setup gl_state as well. | 8 | * regex.c (regex_compile): Setup gl_state as well. |
| 4 | 9 | ||
| 5 | * syntax.c (skip_chars): Setup gl_state (bug#3823). | 10 | * syntax.c (skip_chars): Setup gl_state (bug#3823). |