diff src/lread.c @ 7028:6915bf781a38

Pass operation to Ffind_file_name_handler.
author Karl Heuer <kwzh@gnu.org>
date Fri, 22 Apr 1994 23:41:18 +0000
parents 0c4d3481bb1b
children 06542cc6ddcd
line wrap: on
line diff
--- a/src/lread.c	Fri Apr 22 21:53:27 1994 +0000
+++ b/src/lread.c	Fri Apr 22 23:41:18 1994 +0000
@@ -350,7 +350,7 @@
   str = Fsubstitute_in_file_name (str);
 
   /* If file name is magic, call the handler.  */
-  handler = Ffind_file_name_handler (str);
+  handler = Ffind_file_name_handler (str, Qload);
   if (!NILP (handler))
     return call5 (handler, Qload, str, noerror, nomessage, nosuffix);