aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2006-05-27 22:45:48 +0000
committerNick Roberts2006-05-27 22:45:48 +0000
commitc907d53852f0df91ae434d8a7f52f8d11657c6d1 (patch)
tree45d2415854626aee1ecd6479917f1e0e79482056
parent27e53d7c8688b4d032e71dd728fab98ae9b4202b (diff)
downloademacs-c907d53852f0df91ae434d8a7f52f8d11657c6d1.tar.gz
emacs-c907d53852f0df91ae434d8a7f52f8d11657c6d1.zip
(tumme-show-all-from-dir-max-files): Fix typo.
(tumme-show-all-from-dir): Add autoload.
-rw-r--r--lisp/tumme.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/tumme.el b/lisp/tumme.el
index b770c292d35..d6420bf33d7 100644
--- a/lisp/tumme.el
+++ b/lisp/tumme.el
@@ -508,7 +508,7 @@ Used by `tumme-copy-with-exif-file-name'."
508 :group 'tumme) 508 :group 'tumme)
509 509
510(defcustom tumme-show-all-from-dir-max-files 50 510(defcustom tumme-show-all-from-dir-max-files 50
511 "*Maximum number of files to show using`tumme-show-all-from-dir'. 511 "*Maximum number of files to show using `tumme-show-all-from-dir'.
512before warning the user." 512before warning the user."
513 :type 'integer 513 :type 'integer
514 :group 'tumme) 514 :group 'tumme)
@@ -840,6 +840,7 @@ thumbnail buffer to be selected."
840 (display-buffer tumme-thumbnail-buffer) 840 (display-buffer tumme-thumbnail-buffer)
841 (pop-to-buffer tumme-thumbnail-buffer)))) 841 (pop-to-buffer tumme-thumbnail-buffer))))
842 842
843;;;###autoload
843(defun tumme-show-all-from-dir (dir) 844(defun tumme-show-all-from-dir (dir)
844 "Make a preview buffer for all images in DIR and display it. 845 "Make a preview buffer for all images in DIR and display it.
845If the number of files in DIR matching `image-file-name-regexp' 846If the number of files in DIR matching `image-file-name-regexp'