aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2010-03-05 18:08:18 -0500
committerStefan Monnier2010-03-05 18:08:18 -0500
commitc0335e02ec7778c10fa110d8953f15990110e04b (patch)
tree5590b260ef5def04995f56862de4cde46f19ef59 /src/ChangeLog
parente8defde36d0d4ab3dadd7f4a561a8c47ce110f9b (diff)
downloademacs-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/ChangeLog5
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 @@
12010-03-05 Stefan Monnier <monnier@iro.umontreal.ca> 12010-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).