mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-11 08:30:45 -08:00
* lisp/image-dired.el: Remove unnecessary 'declare-function'.
This commit is contained in:
parent
2caa06eab5
commit
e0261d4a0c
1 changed files with 0 additions and 2 deletions
|
|
@ -1739,8 +1739,6 @@ Note that n, p and <down> and <up> will be hijacked and bound to
|
||||||
`image-dired-dired-next-line' and `image-dired-dired-previous-line'."
|
`image-dired-dired-next-line' and `image-dired-dired-previous-line'."
|
||||||
:keymap image-dired-minor-mode-map)
|
:keymap image-dired-minor-mode-map)
|
||||||
|
|
||||||
(declare-function clear-image-cache "image.c" (&optional filter))
|
|
||||||
|
|
||||||
(defun image-dired-create-thumbs (&optional arg)
|
(defun image-dired-create-thumbs (&optional arg)
|
||||||
"Create thumbnail images for all marked files in Dired.
|
"Create thumbnail images for all marked files in Dired.
|
||||||
With prefix argument ARG, create thumbnails even if they already exist
|
With prefix argument ARG, create thumbnails even if they already exist
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue