Mercurial > emacs
diff src/fns.c @ 21021:7be2384fabdc
(internal_equal): compare_window_configurations takes new arg.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Mon, 02 Mar 1998 19:10:51 +0000 |
| parents | d2366423bc00 |
| children | 3f47b0364c2a |
line wrap: on
line diff
--- a/src/fns.c Mon Mar 02 19:08:05 1998 +0000 +++ b/src/fns.c Mon Mar 02 19:10:51 1998 +0000 @@ -1574,7 +1574,7 @@ 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. */
