(Finsert_file_contents): Fix use of Fboundp.
authorRichard M. Stallman <rms@gnu.org>
Wed, 27 Aug 1997 17:21:27 +0000 (17:21 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 27 Aug 1997 17:21:27 +0000 (17:21 +0000)
src/fileio.c

index 99c9b0f..d8164d6 100644 (file)
@@ -3150,7 +3150,7 @@ This does code conversion according to the value of\n\
     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