lisp/image-mode.el: Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 13 Apr 2011 02:16:42 +0000 (04:16 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 13 Apr 2011 02:16:42 +0000 (04:16 +0200)
lisp/ChangeLog
lisp/image-mode.el

index b3482d4..5f04d5a 100644 (file)
@@ -1,3 +1,8 @@
+2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
+
+       * image-mode.el (image-transform-set-scale):
+       Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
+
 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * net/network-stream.el (network-stream-open-starttls): Only do
index 96d874d..c99689f 100644 (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 ()