]> git.eshelyaron.com Git - emacs.git/commitdiff
Defaults to zero for image-dired--number-of-thumbnails
authorManuel Giraud <manuel@ledu-giraud.fr>
Thu, 23 Feb 2023 15:42:48 +0000 (16:42 +0100)
committerEli Zaretskii <eliz@gnu.org>
Tue, 28 Feb 2023 13:25:07 +0000 (15:25 +0200)
* lisp/image/image-dired.el (image-dired--number-of-thumbnails):
Defaults zero to avoid wrong type argument error.  (Bug#61734)

lisp/image/image-dired.el

index 8e2a75a418f9c35a4058bbbb485f6a6b136593e5..6ecb307ce12c526d3060a0e22fac811faa9eec30 100644 (file)
@@ -546,7 +546,7 @@ Restore any changes to the window configuration made by calling
         (t
          (image-dired-line-up-dynamic))))
 
-(defvar-local image-dired--number-of-thumbnails nil)
+(defvar-local image-dired--number-of-thumbnails 0)
 
 ;;;###autoload
 (defun image-dired-display-thumbs (&optional arg append do-not-pop)