aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov <[email protected]>2014-06-17 17:41:14 +0400
committerDmitry Antipov <[email protected]>2014-06-17 17:41:14 +0400
commit3e1fc7fbd10bdf5fc2d4e0c6fdb21c583d445602 (patch)
tree7da5181d758e7bd8b719105d6725a8edb1c4c265 /src/ChangeLog
parent67343d1d9fef95c242a6d050187bb036e4bb82eb (diff)
* 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 82ab1e6254..177cfab160 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -3,10 +3,13 @@
* fileio.c (Fread_file_name): Do not pass redundant args and ...
* callint.c (read_file_name): ... convert to static here.
* lisp.h (Fread_file_name): Do not EXFUN it.
+ (STRING_COPYIN): Remove; unused.
* composite.c (CHAR_COMPOSABLE_P): Replace unsafe macro with ...
(char_composable_p): ... static function. All users changed.
* eval.c (toplevel): Remove redundant #include directives.
* xterm.c (x_initialize): Add static to match prototype.
+ * ccl.c (Fccl_execute_on_string):
+ * font.c (fon_intern_prop): Use make_specified_string.
2014-06-16 Paul Eggert <[email protected]>