diff src/lread.c @ 74:54cc21c15cbb r20-0b32

Import from CVS: tag r20-0b32
author cvs
date Mon, 13 Aug 2007 09:04:33 +0200
parents 131b0175ea99
children c7528f8e288d
line wrap: on
line diff
--- a/src/lread.c	Mon Aug 13 09:03:47 2007 +0200
+++ b/src/lread.c	Mon Aug 13 09:04:33 2007 +0200
@@ -576,8 +576,8 @@
   /* If file name is magic, call the handler.  */
   handler = Ffind_file_name_handler (file, Qload);
   if (!NILP (handler))
-    RETURN_UNGCPRO (call7 (handler, Qload, file, no_error, nomessage,
-			   nosuffix, codesys, used_codesys));
+    RETURN_UNGCPRO (call5 (handler, Qload, file, no_error,
+			   nomessage, nosuffix));
 
   /* Do this after the handler to avoid
      the need to gcpro noerror, nomessage and nosuffix.