1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

lisp/image-mode.el: Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.

This commit is contained in:
Juanma Barranquero 2011-04-13 04:16:42 +02:00
parent 1e3b60017a
commit c183f69313
2 changed files with 6 additions and 1 deletions

View file

@ -610,7 +610,7 @@ takes effect only if Emacs is compiled with ImageMagick support."
This command has no effect unless Emacs is compiled with
ImageMagick support."
(interactive "nScale: ")
(setq image-transform-resize resize)
(setq image-transform-resize scale)
(image-toggle-display-image))
(defun image-transform-fit-to-height ()