]> git.eshelyaron.com Git - emacs.git/commit
Allow interactively scaling past :max-width etc
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 10 Feb 2016 02:47:58 +0000 (13:47 +1100)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 10 Feb 2016 02:47:58 +0000 (13:47 +1100)
commit7c1a75da5b57af136f3ed063e87fcd2420d86252
tree6090eec8be0d83885b6bfdb8e80555ffae264889
parent318f76a5792551b7ff19d80a00fade162a92c9d2
Allow interactively scaling past :max-width etc

* lisp/image.el (image--current-scaling)
(image--image-without-parameters): New functions.
(image--change-size): Use them to allow changing the size of a
image even if it has :width/:max-width (etc.) already set.
lisp/image.el