From: Richard M. Stallman Date: Mon, 26 Jan 1998 08:47:06 +0000 (+0000) Subject: (internal_equal): Use compare_window_configurations. X-Git-Tag: emacs-20.3~2298 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ed73fcc1fa527e03ba9049d766923027ebad91df;p=emacs.git (internal_equal): Use compare_window_configurations. --- 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. */