defun/defmacro autoload generation
[bpt/emacs.git] / src / fns.c
index fc5d044..05e79bb 100644 (file)
--- a/src/fns.c
+++ b/src/fns.c
@@ -2042,10 +2042,10 @@ of strings.  (`equal' ignores text properties.)  */)
 {
   Lisp_Object tem;
 
-  scm_dynwind_begin (0);
+  dynwind_begin ();
   scm_dynwind_fluid (compare_text_properties, SCM_BOOL_T);
   tem = Fequal (o1, o2);
-  scm_dynwind_end ();
+  dynwind_end ();
   return tem;
 }