aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-06-18 17:11:45 -0700
committerPaul Eggert2011-06-18 17:11:45 -0700
commitcbeff735d291da31ca3c5ae61d2c5698b62b26e8 (patch)
tree6d9ff402aa33971f23e83e6b9fe4b3b5cde44906 /src/ChangeLog
parent9f62aeb1857ab012244be221b1e6e13451fb394d (diff)
downloademacs-cbeff735d291da31ca3c5ae61d2c5698b62b26e8.tar.gz
emacs-cbeff735d291da31ca3c5ae61d2c5698b62b26e8.zip
* lisp.h (make_fixnum_or_float): Remove unnecessary cast to EMACS_INT.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2bf6cc82997..45fe3194744 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -5,6 +5,7 @@
5 It's confusing to put a bogus integer in a place where the actual 5 It's confusing to put a bogus integer in a place where the actual
6 value does not matter. 6 value does not matter.
7 (LIST_END_P): Remove unused macro and its bogus comment. 7 (LIST_END_P): Remove unused macro and its bogus comment.
8 (make_fixnum_or_float): Remove unnecessary cast to EMACS_INT.
8 9
92011-06-18 Paul Eggert <eggert@cs.ucla.edu> 102011-06-18 Paul Eggert <eggert@cs.ucla.edu>
10 11