]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/image/image-dired.el (w32-shell-execute): Declare.
authorEli Zaretskii <eliz@gnu.org>
Sat, 1 Jun 2024 12:33:10 +0000 (15:33 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sat, 1 Jun 2024 17:05:00 +0000 (19:05 +0200)
(cherry picked from commit bed63ea922a4e13bd3d6fbb3e7e7f2b408779d3b)

lisp/image/image-dired.el

index 1e970d60a96a989cadce8d1a907b21332f4cf33c..90c6f7663b5d9211e020715b072083e8b5aa5123 100644 (file)
@@ -1239,6 +1239,8 @@ Ask user how many thumbnails should be displayed per row."
 \f
 ;;; Display image from thumbnail buffer
 
+(declare-function w32-shell-execute "w32fns.c")
+
 (defun image-dired-thumbnail-display-external ()
   "Display original image for thumbnail at point using external viewer.
 The viewer command is specified by `image-dired-external-viewer'."