# HG changeset patch # User Richard M. Stallman # Date 888865851 0 # Node ID 7be2384fabdc553e511dff64ac3f0af97fda575b # Parent f7ace8487b284e7bf70c2c12601c5604134b86f8 (internal_equal): compare_window_configurations takes new arg. diff -r f7ace8487b28 -r 7be2384fabdc src/fns.c --- 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. */