diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/xwidget.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/xwidget.el b/lisp/xwidget.el index 961191980d2..83f95852866 100644 --- a/lisp/xwidget.el +++ b/lisp/xwidget.el | |||
| @@ -327,7 +327,8 @@ It can be retrieved with `(xwidget-get XWIDGET PROPNAME)'." | |||
| 327 | 327 | ||
| 328 | ;;this is a workaround because I cant find the right place to put it in C | 328 | ;;this is a workaround because I cant find the right place to put it in C |
| 329 | ;;seems to work well in practice though | 329 | ;;seems to work well in practice though |
| 330 | (add-hook 'window-configuration-change-hook 'xwidget-cleanup) | 330 | ;;(add-hook 'window-configuration-change-hook 'xwidget-cleanup) |
| 331 | (add-hook 'window-configuration-change-hook 'xwidget-delete-zombies) | ||
| 331 | 332 | ||
| 332 | ;;killflash is sadly not reliable yet. | 333 | ;;killflash is sadly not reliable yet. |
| 333 | (defvar xwidget-webkit-kill-flash-oneshot t) | 334 | (defvar xwidget-webkit-kill-flash-oneshot t) |