diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6db112d6977..ba523de1e39 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -31,7 +31,7 @@ | |||
| 31 | Port byte-code-meter to modern targets. | 31 | Port byte-code-meter to modern targets. |
| 32 | * bytecode.c (METER_CODE) [BYTE_CODE_METER]: Don't assume | 32 | * bytecode.c (METER_CODE) [BYTE_CODE_METER]: Don't assume |
| 33 | !CHECK_LISP_OBJECT_TYPE && !USE_LSB_TAG. Problem with | 33 | !CHECK_LISP_OBJECT_TYPE && !USE_LSB_TAG. Problem with |
| 34 | CHECK_LISP_OBJECT_TYPE reported by Dmitry Andropov in | 34 | CHECK_LISP_OBJECT_TYPE reported by Dmitry Antipov in |
| 35 | <http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00282.html>. | 35 | <http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00282.html>. |
| 36 | (METER_1, METER_2): Simplify. | 36 | (METER_1, METER_2): Simplify. |
| 37 | 37 | ||