From: Richard M. Stallman Date: Mon, 2 Mar 1998 19:10:51 +0000 (+0000) Subject: (internal_equal): compare_window_configurations takes new arg. X-Git-Tag: emacs-20.3~2053 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4864692429fb955dcc5edfc5f51f70287037417d;p=emacs.git (internal_equal): compare_window_configurations takes new arg. --- 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. */