mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
(tumme-show-all-from-dir-max-files): Fix typo.
(tumme-show-all-from-dir): Add autoload.
This commit is contained in:
parent
27e53d7c86
commit
c907d53852
1 changed files with 2 additions and 1 deletions
|
|
@ -508,7 +508,7 @@ Used by `tumme-copy-with-exif-file-name'."
|
|||
:group 'tumme)
|
||||
|
||||
(defcustom tumme-show-all-from-dir-max-files 50
|
||||
"*Maximum number of files to show using`tumme-show-all-from-dir'.
|
||||
"*Maximum number of files to show using `tumme-show-all-from-dir'.
|
||||
before warning the user."
|
||||
:type 'integer
|
||||
:group 'tumme)
|
||||
|
|
@ -840,6 +840,7 @@ thumbnail buffer to be selected."
|
|||
(display-buffer tumme-thumbnail-buffer)
|
||||
(pop-to-buffer tumme-thumbnail-buffer))))
|
||||
|
||||
;;;###autoload
|
||||
(defun tumme-show-all-from-dir (dir)
|
||||
"Make a preview buffer for all images in DIR and display it.
|
||||
If the number of files in DIR matching `image-file-name-regexp'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue