# HG changeset patch # User Richard M. Stallman # Date 873153809 0 # Node ID d206d8b146dc3c1f04a260c9092ebab31c578712 # Parent cdd578704f28fc6984b0c2a4ccc824a1a3b676cd (Finsert_file_contents): Fix previous change--don't call Fboundp on Vset_auto_coding_function, just check non-nil. diff -r cdd578704f28 -r d206d8b146dc src/fileio.c --- a/src/fileio.c Mon Sep 01 21:29:44 1997 +0000 +++ b/src/fileio.c Mon Sep 01 22:43:29 1997 +0000 @@ -3149,8 +3149,7 @@ val = Qemacs_mule; else { - if (SYMBOLP (Vset_auto_coding_function) - && !NILP (Fboundp (Vset_auto_coding_function))) + if (! NILP (Vset_auto_coding_function)) { /* Find a coding system specified in the heading two lines or in the tailing several lines of the file. We assume