projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5dc163f
)
Defaults to zero for image-dired--number-of-thumbnails
author
Manuel Giraud
<manuel@ledu-giraud.fr>
Thu, 23 Feb 2023 15:42:48 +0000
(16:42 +0100)
committer
Eli 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
patch
|
blob
|
history
diff --git
a/lisp/image/image-dired.el
b/lisp/image/image-dired.el
index 8e2a75a418f9c35a4058bbbb485f6a6b136593e5..6ecb307ce12c526d3060a0e22fac811faa9eec30 100644
(file)
--- a/
lisp/image/image-dired.el
+++ b/
lisp/image/image-dired.el
@@
-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)