Mercurial > emacs
changeset 20776:219fdecc30d3
(internal_equal): Use compare_window_configurations.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 26 Jan 1998 08:47:06 +0000 |
parents | ddd131d0dc36 |
children | a9e1b9bf06e3 |
files | src/fns.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fns.c Mon Jan 26 03:19:54 1998 +0000 +++ b/src/fns.c Mon Jan 26 08:47:06 1998 +0000 @@ -1510,6 +1510,8 @@ 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. */