diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -1510,6 +1510,8 @@ internal_equal (o1, o2, depth) | |||
| 1510 | return 0; | 1510 | return 0; |
| 1511 | return 1; | 1511 | return 1; |
| 1512 | } | 1512 | } |
| 1513 | if (WINDOW_CONFIGURATIONP (o1)) | ||
| 1514 | return compare_window_configurations (o1, o2); | ||
| 1513 | 1515 | ||
| 1514 | /* Aside from them, only true vectors, char-tables, and compiled | 1516 | /* Aside from them, only true vectors, char-tables, and compiled |
| 1515 | functions are sensible to compare, so eliminate the others now. */ | 1517 | functions are sensible to compare, so eliminate the others now. */ |