]> code.delx.au - gnu-emacs/blobdiff - src/fns.c
(internal_equal): compare_window_configurations takes new arg.
[gnu-emacs] / src / fns.c
index 49855103bcdd1f74c7b700ccff27cc4aabf8fff0..6bdcff83e218d9fee12691af51e7cfefdaf54373 100644 (file)
--- a/src/fns.c
+++ b/src/fns.c
@@ -1574,7 +1574,7 @@ internal_equal (o1, o2, depth)
            return 1;
          }
        if (WINDOW_CONFIGURATIONP (o1))
-         return compare_window_configurations (o1, o2);
+         return compare_window_configurations (o1, o2, 0);
 
        /* Aside from them, only true vectors, char-tables, and compiled
           functions are sensible to compare, so eliminate the others now.  */