projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a973ce
)
Avoid another warning (bug#70942).
author
Eli Zaretskii
<eliz@gnu.org>
Tue, 14 May 2024 17:45:58 +0000
(20:45 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Tue, 14 May 2024 17:45:58 +0000
(20:45 +0300)
lisp/image/image-dired-util.el
patch
|
blob
|
history
diff --git
a/lisp/image/image-dired-util.el
b/lisp/image/image-dired-util.el
index c3860cb0b0a4ed0af0f8e7f6bf668e633303398c..e9048e157cd9c29a2f45e8c74fa4b1b0fc3857e3 100644
(file)
--- a/
lisp/image/image-dired-util.el
+++ b/
lisp/image/image-dired-util.el
@@
-191,6
+191,8
@@
Should be used by commands in `image-dired-thumbnail-mode'."
"Return non-nil if there is an `image-dired' thumbnail at point."
(get-text-property (point) 'image-dired-thumbnail))
+(declare-function clear-image-cache "image.c" (&optional filter))
+
(defun image-dired-update-thumbnail-at-point ()
"Update the thumbnail at point if the original image file has been modified.
This function uncaches and removes the thumbnail file under the old name."