summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/image.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/image.el b/lisp/image.el
index 96afa98bb3e..2ae642a3e32 100644
--- a/lisp/image.el
+++ b/lisp/image.el
@@ -448,7 +448,7 @@ Internal use only."
(setq image (cddr image))))
;; Just enter the new value.
(plist-put (cdr image) property value))
- image)
+ value)
(defun image-property (image property)
"Return the value of PROPERTY in IMAGE.