aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2012-06-19 11:57:39 -0700
committerPaul Eggert2012-06-19 11:57:39 -0700
commit8b5257e1d4cc94e8982916ed5ca616b4f9d8222b (patch)
tree9b21959d8a4729f0e5e7f7a644dfe75e8e15284b /src
parent3f06ecf4f65c62823455da6000018227689364de (diff)
downloademacs-8b5257e1d4cc94e8982916ed5ca616b4f9d8222b.tar.gz
emacs-8b5257e1d4cc94e8982916ed5ca616b4f9d8222b.zip
Fix misspelling of Dmitry's last name in ChangeLog.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
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