projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81ef756
)
Make (setf (image-property ...)) return VALUE
author
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 23 Feb 2016 01:26:30 +0000
(12:26 +1100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 23 Feb 2016 01:26:30 +0000
(12:26 +1100)
* lisp/image.el (image--set-property): Return VALUE, not IMAGE.
lisp/image.el
patch
|
blob
|
history
diff --git
a/lisp/image.el
b/lisp/image.el
index 96afa98bb3e091dc3d7f4013e7bee8847a3a78f7..2ae642a3e32b276adc32ba2eb1c67eadaa96169e 100644
(file)
--- 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))
-
imag
e)
+
valu
e)
(defun image-property (image property)
"Return the value of PROPERTY in IMAGE.