diff options
| author | Kenichi Handa | 2012-09-06 10:49:15 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2012-09-06 10:49:15 +0900 |
| commit | fca81a8d405cd4c825e144099c54dd163636aa3b (patch) | |
| tree | ee09be4b0e079b9c8863c8b570496a169227b218 /src/window.c | |
| parent | f41d6f9db69ce77fe9b3a637de407e8b589e0dc4 (diff) | |
| parent | 067b39d4296765e83f9530eca456168f6cda95fc (diff) | |
| download | emacs-fca81a8d405cd4c825e144099c54dd163636aa3b.tar.gz emacs-fca81a8d405cd4c825e144099c54dd163636aa3b.zip | |
merge trunk
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/window.c b/src/window.c index 08608e0d451..1869a3b65cf 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -6576,15 +6576,17 @@ freeze_window_starts (struct frame *f, int freeze_p) | |||
| 6576 | /* Return 1 if window configurations CONFIGURATION1 and CONFIGURATION2 | 6576 | /* Return 1 if window configurations CONFIGURATION1 and CONFIGURATION2 |
| 6577 | describe the same state of affairs. This is used by Fequal. | 6577 | describe the same state of affairs. This is used by Fequal. |
| 6578 | 6578 | ||
| 6579 | ignore_positions non-zero means ignore non-matching scroll positions | 6579 | IGNORE_POSITIONS means ignore non-matching scroll positions |
| 6580 | and the like. | 6580 | and the like. |
| 6581 | 6581 | ||
| 6582 | This ignores a couple of things like the dedication status of | 6582 | This ignores a couple of things like the dedication status of |
| 6583 | window, combination_limit and the like. This might have to be | 6583 | window, combination_limit and the like. This might have to be |
| 6584 | fixed. */ | 6584 | fixed. */ |
| 6585 | 6585 | ||
| 6586 | int | 6586 | bool |
| 6587 | compare_window_configurations (Lisp_Object configuration1, Lisp_Object configuration2, int ignore_positions) | 6587 | compare_window_configurations (Lisp_Object configuration1, |
| 6588 | Lisp_Object configuration2, | ||
| 6589 | bool ignore_positions) | ||
| 6588 | { | 6590 | { |
| 6589 | register struct save_window_data *d1, *d2; | 6591 | register struct save_window_data *d1, *d2; |
| 6590 | struct Lisp_Vector *sws1, *sws2; | 6592 | struct Lisp_Vector *sws1, *sws2; |