aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2014-06-17 07:40:29 +0400
committerDmitry Antipov2014-06-17 07:40:29 +0400
commit67343d1d9fef95c242a6d050187bb036e4bb82eb (patch)
treee72ae3b8bf17178d740e668a4193bfbd1aa21353 /src/ChangeLog
parent9dc774d4792633e32b3a2e583d6591faa721e637 (diff)
downloademacs-67343d1d9fef95c242a6d050187bb036e4bb82eb.tar.gz
emacs-67343d1d9fef95c242a6d050187bb036e4bb82eb.zip
* eval.c (toplevel): Remove redundant #include directives.
* xterm.c (x_initialize): Add static to match prototype.
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 142ede7d681..82ab1e62541 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -5,6 +5,8 @@
5 * lisp.h (Fread_file_name): Do not EXFUN it. 5 * lisp.h (Fread_file_name): Do not EXFUN it.
6 * composite.c (CHAR_COMPOSABLE_P): Replace unsafe macro with ... 6 * composite.c (CHAR_COMPOSABLE_P): Replace unsafe macro with ...
7 (char_composable_p): ... static function. All users changed. 7 (char_composable_p): ... static function. All users changed.
8 * eval.c (toplevel): Remove redundant #include directives.
9 * xterm.c (x_initialize): Add static to match prototype.
8 10
92014-06-16 Paul Eggert <eggert@cs.ucla.edu> 112014-06-16 Paul Eggert <eggert@cs.ucla.edu>
10 12