diff src/ChangeLog @ 107338:feb1bc86a749

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.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 05 Mar 2010 18:08:18 -0500
parents a2b9cb6b7cb7
children 14ff9accfbd3 3c55036637ec
line wrap: on
line diff
--- a/src/ChangeLog	Fri Mar 05 15:18:20 2010 -0500
+++ b/src/ChangeLog	Fri Mar 05 18:08:18 2010 -0500
@@ -1,5 +1,10 @@
 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	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.
+
 	* regex.c (regex_compile): Setup gl_state as well.
 
 	* syntax.c (skip_chars): Setup gl_state (bug#3823).