From ed73fcc1fa527e03ba9049d766923027ebad91df Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 26 Jan 1998 08:47:06 +0000 Subject: [PATCH] (internal_equal): Use compare_window_configurations. --- src/fns.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/fns.c b/src/fns.c index 421879fde9f..4b73d330a87 100644 --- a/src/fns.c +++ b/src/fns.c @@ -1510,6 +1510,8 @@ internal_equal (o1, o2, depth) return 0; return 1; } + if (WINDOW_CONFIGURATIONP (o1)) + return compare_window_configurations (o1, o2); /* Aside from them, only true vectors, char-tables, and compiled functions are sensible to compare, so eliminate the others now. */ -- 2.39.2