]> git.eshelyaron.com Git - emacs.git/commitdiff
(internal_equal): Use compare_window_configurations.
authorRichard M. Stallman <rms@gnu.org>
Mon, 26 Jan 1998 08:47:06 +0000 (08:47 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 26 Jan 1998 08:47:06 +0000 (08:47 +0000)
src/fns.c

index 421879fde9fa4bf8c9f26db04d511dcd57e176ae..4b73d330a873730b8c0adb470cdafa5f34654f2b 100644 (file)
--- a/src/fns.c
+++ b/src/fns.c
@@ -1510,6 +1510,8 @@ internal_equal (o1, o2, depth)
              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.  */