aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDmitry Antipov2014-08-02 21:12:11 +0400
committerDmitry Antipov2014-08-02 21:12:11 +0400
commitdbc471b1336430da331973309b15d889618e30b2 (patch)
treee2b0e0bfc88a6ec3e0af5410508b8bb3e4577616 /src
parent790221774532185b590fecd64585309aed034063 (diff)
downloademacs-dbc471b1336430da331973309b15d889618e30b2.tar.gz
emacs-dbc471b1336430da331973309b15d889618e30b2.zip
Fix spacing 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 0125f4c93e2..28367ed34f5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -55,7 +55,7 @@
55 (timerfd_callback): Ignore weird events with no data. Add tight 55 (timerfd_callback): Ignore weird events with no data. Add tight
56 assertions and comments. 56 assertions and comments.
57 (init_atimer) [HAVE_TIMERFD]: Add environment variable to optionally 57 (init_atimer) [HAVE_TIMERFD]: Add environment variable to optionally
58 disable timerfd-based timer. Use TFD_NONBLOCK for timer descriptor. 58 disable timerfd-based timer. Use TFD_NONBLOCK for timer descriptor.
59 59
602014-08-01 Paul Eggert <eggert@cs.ucla.edu> 602014-08-01 Paul Eggert <eggert@cs.ucla.edu>
61 61