diff options
| -rw-r--r-- | lisp/image/image-dired.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/image/image-dired.el b/lisp/image/image-dired.el index 8e2a75a418f..6ecb307ce12 100644 --- 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 | |||
| 546 | (t | 546 | (t |
| 547 | (image-dired-line-up-dynamic)))) | 547 | (image-dired-line-up-dynamic)))) |
| 548 | 548 | ||
| 549 | (defvar-local image-dired--number-of-thumbnails nil) | 549 | (defvar-local image-dired--number-of-thumbnails 0) |
| 550 | 550 | ||
| 551 | ;;;###autoload | 551 | ;;;###autoload |
| 552 | (defun image-dired-display-thumbs (&optional arg append do-not-pop) | 552 | (defun image-dired-display-thumbs (&optional arg append do-not-pop) |