+2004-11-01 John Paul Wallington <jpw@gnu.org>
+
+ * files.el (large-file-warning-threshold): Add :version keyword.
+ (kill-some-buffers): Doc fix.
+
+ * thumbs.el (group thumbs): Add :version keyword.
+
2004-11-01 Richard M. Stallman <rms@gnu.org>
* allout.el (allout group): Add :version.
;;; Commentary:
;; This package create two new mode: thumbs-mode and
-;; thumbs-view-image-mode. It is used for images browsing and viewing
-;; from within emacs. Minimal image manipulation functions are also
+;; thumbs-view-image-mode. It is used for images browsing and viewing
+;; from within Emacs. Minimal image manipulation functions are also
;; available via external programs.
;;
;; The 'convert' program from 'ImageMagick'
(defgroup thumbs nil
"Thumbnails previewer."
+ :version "21.4"
:group 'multimedia)
(defcustom thumbs-thumbsdir
(defalias 'thumbs 'thumbs-show-all-from-dir)
(defun thumbs-find-image (img &optional num otherwin)
- (funcall
+ (funcall
(if otherwin 'switch-to-buffer-other-window 'switch-to-buffer)
(concat "*Image: " (file-name-nondirectory img) " - "
(number-to-string (or num 0)) "*"))