changeset 19664:d206d8b146dc

(Finsert_file_contents): Fix previous change--don't call Fboundp on Vset_auto_coding_function, just check non-nil.
author Richard M. Stallman <rms@gnu.org>
date Mon, 01 Sep 1997 22:43:29 +0000
parents cdd578704f28
children f523227a99ab
files src/fileio.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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