diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-08-09 12:11:00 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-08-09 12:11:00 +0000 |
commit | 61298e176c1a1e27aa09c6531b54622c5aff3bbd (patch) | |
tree | 03bda9444a042443eec2337a7d8bd136d4a14131 /src | |
parent | a8f0f551007be7c04b1fe039a8b74f3a605146f3 (diff) | |
download | emacs-61298e176c1a1e27aa09c6531b54622c5aff3bbd.tar.gz |
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 256b720eace..68614d7c8c4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2005-08-09 Richard M. Stallman <rms@gnu.org> + + * bytecode.c (BYTE_CODE_QUIT): Throw t to Vthrow_on_input. + + * lisp.h (QUIT): Throw t to Vthrow_on_input. + 2005-08-09 Thien-Thi Nguyen <ttn@gnu.org> * floatfns.c (Fexpt): Use floats for negative exponent. |