Mercurial > emacs
changeset 63313:2d9ef16c13be
(thumbs-per-line, thumbs-thumbsdir-max-size)
(thumbs-relief, thumbs-margin, thumbs-image-resizing-step): Fix
:type--it is `integer', not `string'.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 11 Jun 2005 13:24:38 +0000 |
parents | a2212c2382a5 |
children | 99035f54e10f |
files | lisp/thumbs.el |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/thumbs.el Sat Jun 11 13:10:11 2005 +0000 +++ b/lisp/thumbs.el Sat Jun 11 13:24:38 2005 +0000 @@ -77,13 +77,13 @@ (defcustom thumbs-per-line 5 "*Number of thumbnails per line to show in directory." - :type 'string + :type 'integer :group 'thumbs) (defcustom thumbs-thumbsdir-max-size 50000000 "Max size for thumbnails directory. When it reaches that size (in bytes), a warning is sent." - :type 'string + :type 'integer :group 'thumbs) (defcustom thumbs-conversion-program @@ -104,13 +104,13 @@ (defcustom thumbs-relief 5 "*Size of button-like border around thumbnails." - :type 'string + :type 'integer :group 'thumbs) (defcustom thumbs-margin 2 "*Size of the margin around thumbnails. This is where you see the cursor." - :type 'string + :type 'integer :group 'thumbs) (defcustom thumbs-thumbsdir-auto-clean t @@ -122,7 +122,7 @@ (defcustom thumbs-image-resizing-step 10 "Step by which to resize image." - :type 'string + :type 'integer :group 'thumbs) (defcustom thumbs-temp-dir temporary-file-directory