]> git.eshelyaron.com Git - emacs.git/commitdiff
(internal_equal): compare_window_configurations takes new arg.
authorRichard M. Stallman <rms@gnu.org>
Mon, 2 Mar 1998 19:10:51 +0000 (19:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 2 Mar 1998 19:10:51 +0000 (19:10 +0000)
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.  */