Mercurial > emacs
changeset 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 | f7ace8487b28 |
children | 52bc6b672a50 |
files | src/fns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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. */