; Fix compilation warning in 'image-dired-external.el'
* lisp/image/image-dired-external.el (w32image-create-thumbnail): Declare.
This commit is contained in:
parent
e42da81f54
commit
de7e3c3324
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,8 @@
|
|||
(require 'image-dired-util)
|
||||
|
||||
(declare-function image-dired-display-image "image-dired")
|
||||
(declare-function clear-image-cache "image.c" (&optional filter))
|
||||
(declare-function clear-image-cache "image.c" (&optional flter))
|
||||
(declare-function w32image-create-thumbnail "w32image.c")
|
||||
|
||||
(defvar image-dired-dir)
|
||||
(defvar image-dired-thumb-size)
|
||||
|
|
Loading…
Add table
Reference in a new issue