From: Paul Eggert Date: Wed, 4 May 2011 06:21:26 +0000 (-0700) Subject: * term.c: Don't include , as does that. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~92^2~9 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e3601888f128801233a35cbff7031d9a58931d20;p=emacs.git * term.c: Don't include , as does that. --- diff --git a/src/ChangeLog b/src/ChangeLog index f8135ee2ab0..87876ac9b8b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2011-05-04 Paul Eggert + * term.c: Don't include , as does that. + Arithmetic overflows now return float rather than wrapping around. (Bug#8611). * data.c: Include . diff --git a/src/term.c b/src/term.c index 28709138a17..9d19b256308 100644 --- a/src/term.c +++ b/src/term.c @@ -26,7 +26,6 @@ along with GNU Emacs. If not, see . */ #include #include #include -#include #include #include "lisp.h"