From: Richard M. Stallman Date: Wed, 27 Aug 1997 17:21:27 +0000 (+0000) Subject: (Finsert_file_contents): Fix use of Fboundp. X-Git-Tag: emacs-20.1~376 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d420d5b4fe6df6319a5ff150c353dc4eb3050851;p=emacs.git (Finsert_file_contents): Fix use of Fboundp. --- diff --git a/src/fileio.c b/src/fileio.c index 99c9b0f30e4..d8164d64dc8 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -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