aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJoakim Verona2011-09-14 08:21:01 +0200
committerJoakim Verona2011-09-14 08:21:01 +0200
commit8918dacdb34e848edcd894e32de5b7b4e2fa19ea (patch)
tree04d93bffc0d0c587afa586484a6bd4113f264f53 /lisp
parent0e852ac995c1bb7aa059ffface31b7b7c00308ea (diff)
downloademacs-8918dacdb34e848edcd894e32de5b7b4e2fa19ea.tar.gz
emacs-8918dacdb34e848edcd894e32de5b7b4e2fa19ea.zip
attempt to avoid possible redisplay loop
Diffstat (limited to 'lisp')
-rw-r--r--lisp/xwidget.el3
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)