aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-06-12 22:24:58 -0700
committerPaul Eggert2011-06-12 22:24:58 -0700
commit193e32d9a86691236b65238556b2d7a11bfc66d8 (patch)
tree70a2909dcee6e716f40d2b69eaf98516f87f3efe /src/ChangeLog
parente5533da60e29f1cbbd7f909023f2c256bd76464c (diff)
downloademacs-193e32d9a86691236b65238556b2d7a11bfc66d8.tar.gz
emacs-193e32d9a86691236b65238556b2d7a11bfc66d8.zip
* lisp.h (CHAR_TABLE_SET): Omit now-redundant test.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a9d47ebca16..ab821226fa4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12011-06-13 Paul Eggert <eggert@cs.ucla.edu> 12011-06-13 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * lisp.h (CHAR_TABLE_SET): Omit now-redundant test.
4
3 * lread.c (Fload): Don't compare a possibly-garbage time_t value. 5 * lread.c (Fload): Don't compare a possibly-garbage time_t value.
4 6
5 GLYPH_CODE_FACE returns EMACS_INT, not int. 7 GLYPH_CODE_FACE returns EMACS_INT, not int.