]> git.eshelyaron.com Git - emacs.git/commit
* lisp/xwidget.el: Fix the interaction between `image-mode' and xwidget.
authorGrégoire Jadi <gregoire.jadi@gmail.com>
Thu, 18 Jul 2013 17:54:12 +0000 (19:54 +0200)
committerGrégoire Jadi <gregoire.jadi@gmail.com>
Thu, 18 Jul 2013 17:54:12 +0000 (19:54 +0200)
commitfeac206c91e75b17c40991953baeca88e316f37b
treefb60efc82603cb9028f1faa86d3280842018920a
parent6fc319db18669e6fd6ea395e840e560016c2e136
* lisp/xwidget.el: Fix the interaction between `image-mode' and xwidget.
(xwidget-image-mode-navigation-adaptor
xwidget-image-mode-navigation-adaptor-p): `flet' has been deprecated and
`cl-flet' doesn't work like the old `flet', we now use a `defadvice'
around `image-display-size' instead.
(xwidget-webkit-mode-map): No need to use the adaptators now.
lisp/xwidget.el