# HG changeset patch # User Richard M. Stallman # Date 872702487 0 # Node ID 30e299bb4a5d429627d336b589b7496cd4f8304a # Parent 28ab022089b2ff4f87df4fdec9c0dc7dfd617d88 (Finsert_file_contents): Fix use of Fboundp. diff -r 28ab022089b2 -r 30e299bb4a5d src/fileio.c --- a/src/fileio.c Wed Aug 27 17:13:29 1997 +0000 +++ b/src/fileio.c Wed Aug 27 17:21:27 1997 +0000 @@ -3150,7 +3150,7 @@ else { if (SYMBOLP (Vauto_file_coding_system_function) - && Fboundp (Vauto_file_coding_system_function)) + && !NILP (Fboundp (Vauto_file_coding_system_function))) { /* Find a coding system specified in a few lines at the head of the file. We assume that the fist 1K bytes is