From 4864692429fb955dcc5edfc5f51f70287037417d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 2 Mar 1998 19:10:51 +0000 Subject: [PATCH] (internal_equal): compare_window_configurations takes new arg. --- src/fns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fns.c b/src/fns.c index 49855103bcd..6bdcff83e21 100644 --- 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. */ -- 2.39.2