From: Paul Eggert Date: Thu, 12 May 2011 20:00:02 +0000 (-0700) Subject: Add Bug#. X-Git-Tag: emacs-pretest-24.0.90~104^2~618^2~239^2~23^2~8 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=86db42d22397effbb6e9edc5ae11d806847f0d3e;p=emacs.git Add Bug#. --- diff --git a/src/ChangeLog b/src/ChangeLog index 5760bfc2a1c..b2b19b6c940 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -7,7 +7,7 @@ there's no need to cast the result if double-click-time is nonnegative, as it should be; check that it's nonnegative, just in case. This bug is triggered when events are more than 2**31 ms - apart (about 25 days). + apart (about 25 days). (Bug#8664) * xselect.c (last_event_timestamp): Remove duplicate decl. (x_own_selection): Remove needless cast to unsigned long.