changeset 45629:6adda7388fcc

(md5): Pass FILE arg to Vselect_safe_coding_system_function.
author Richard M. Stallman <rms@gnu.org>
date Mon, 03 Jun 2002 22:37:15 +0000
parents 6d7e86e98b2c
children c6e4c52881d7
files src/fns.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/fns.c	Mon Jun 03 22:36:06 2002 +0000
+++ b/src/fns.c	Mon Jun 03 22:37:15 2002 +0000
@@ -5351,9 +5351,9 @@
 	      if (!force_raw_text
 		  && !NILP (Ffboundp (Vselect_safe_coding_system_function)))
 		/* Confirm that VAL can surely encode the current region.  */
-		coding_system = call3 (Vselect_safe_coding_system_function,
+		coding_system = call4 (Vselect_safe_coding_system_function,
 				       make_number (b), make_number (e),
-				       coding_system);
+				       coding_system, Qnil);
 
 	      if (force_raw_text)
 		coding_system = Qraw_text;