* fileio.c (Fread_file_name): Do not pass redundant args and ...
authorDmitry Antipov <dmantipov@yandex.ru>
Tue, 17 Jun 2014 03:14:00 +0000 (07:14 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Tue, 17 Jun 2014 03:14:00 +0000 (07:14 +0400)
commit9dc774d4792633e32b3a2e583d6591faa721e637
tree374dc5f254d18ec80eba68cefd8ecdaa43d89597
parent64e104891f14070bccd1bae0b6da8f2d7091a3f1
* 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.
* composite.c (CHAR_COMPOSABLE_P): Replace unsafe macro with ...
(char_composable_p): ... static function.  All users changed.
src/ChangeLog
src/callint.c
src/composite.c
src/fileio.c
src/lisp.h