aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1998-03-02 19:10:51 +0000
committerRichard M. Stallman1998-03-02 19:10:51 +0000
commit4864692429fb955dcc5edfc5f51f70287037417d (patch)
tree3791a9e141f8883d97f0e08fd1f6b9e05e13cc10 /src
parentde1d0127029260011436d5bfd5114503a69bf612 (diff)
downloademacs-4864692429fb955dcc5edfc5f51f70287037417d.tar.gz
emacs-4864692429fb955dcc5edfc5f51f70287037417d.zip
(internal_equal): compare_window_configurations takes new arg.
Diffstat (limited to 'src')
-rw-r--r--src/fns.c2
1 files changed, 1 insertions, 1 deletions
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)
1574 return 1; 1574 return 1;
1575 } 1575 }
1576 if (WINDOW_CONFIGURATIONP (o1)) 1576 if (WINDOW_CONFIGURATIONP (o1))
1577 return compare_window_configurations (o1, o2); 1577 return compare_window_configurations (o1, o2, 0);
1578 1578
1579 /* Aside from them, only true vectors, char-tables, and compiled 1579 /* Aside from them, only true vectors, char-tables, and compiled
1580 functions are sensible to compare, so eliminate the others now. */ 1580 functions are sensible to compare, so eliminate the others now. */