diff options
| author | Joakim Verona | 2015-02-08 21:55:28 +0100 |
|---|---|---|
| committer | Joakim Verona | 2015-02-08 21:55:28 +0100 |
| commit | 5e1d5ef39ca0d2fbff26d659f2ec6ce863b14529 (patch) | |
| tree | 860e0d53399626aee6249ebb5f972879f403b228 /src/window.c | |
| parent | 148262ce3db990ed16989341345e232570b3a338 (diff) | |
| parent | 7d631aa0ffab875e4979727f632703ad5b4100a2 (diff) | |
| download | emacs-xwidget.tar.gz emacs-xwidget.zip | |
merge masterxwidget
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c index b4230100150..5cbd58ddde9 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -3332,7 +3332,7 @@ run_window_configuration_change_hook (struct frame *f) | |||
| 3332 | 3332 | ||
| 3333 | if (NILP (Vrun_hooks) | 3333 | if (NILP (Vrun_hooks) |
| 3334 | || !(f->can_x_set_window_size) | 3334 | || !(f->can_x_set_window_size) |
| 3335 | || !(f->can_run_window_configuration_change_hook)) | 3335 | || !(f->after_make_frame)) |
| 3336 | return; | 3336 | return; |
| 3337 | 3337 | ||
| 3338 | /* Use the right buffer. Matters when running the local hooks. */ | 3338 | /* Use the right buffer. Matters when running the local hooks. */ |