aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2014-06-17 17:41:14 +0400
committerDmitry Antipov2014-06-17 17:41:14 +0400
commit3e1fc7fbd10bdf5fc2d4e0c6fdb21c583d445602 (patch)
tree7da5181d758e7bd8b719105d6725a8edb1c4c265 /src/ChangeLog
parent67343d1d9fef95c242a6d050187bb036e4bb82eb (diff)
downloademacs-3e1fc7fbd10bdf5fc2d4e0c6fdb21c583d445602.tar.gz
emacs-3e1fc7fbd10bdf5fc2d4e0c6fdb21c583d445602.zip
* lisp.h (STRING_COPYIN): Remove; unused.
* ccl.c (Fccl_execute_on_string): * font.c (fon_intern_prop): Use make_specified_string.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 82ab1e62541..177cfab160e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -3,10 +3,13 @@
3 * fileio.c (Fread_file_name): Do not pass redundant args and ... 3 * fileio.c (Fread_file_name): Do not pass redundant args and ...
4 * callint.c (read_file_name): ... convert to static here. 4 * callint.c (read_file_name): ... convert to static here.
5 * lisp.h (Fread_file_name): Do not EXFUN it. 5 * lisp.h (Fread_file_name): Do not EXFUN it.
6 (STRING_COPYIN): Remove; unused.
6 * composite.c (CHAR_COMPOSABLE_P): Replace unsafe macro with ... 7 * composite.c (CHAR_COMPOSABLE_P): Replace unsafe macro with ...
7 (char_composable_p): ... static function. All users changed. 8 (char_composable_p): ... static function. All users changed.
8 * eval.c (toplevel): Remove redundant #include directives. 9 * eval.c (toplevel): Remove redundant #include directives.
9 * xterm.c (x_initialize): Add static to match prototype. 10 * xterm.c (x_initialize): Add static to match prototype.
11 * ccl.c (Fccl_execute_on_string):
12 * font.c (fon_intern_prop): Use make_specified_string.
10 13
112014-06-16 Paul Eggert <eggert@cs.ucla.edu> 142014-06-16 Paul Eggert <eggert@cs.ucla.edu>
12 15