* lsdb.el (lsdb-display-small-x-face): Fixed custom type.
authorueno <ueno>
Sat, 27 Apr 2002 13:12:44 +0000 (13:12 +0000)
committerueno <ueno>
Sat, 27 Apr 2002 13:12:44 +0000 (13:12 +0000)
lsdb.el

diff --git a/lsdb.el b/lsdb.el
index 92b3c3e..71c9e8d 100644 (file)
--- a/lsdb.el
+++ b/lsdb.el
@@ -128,7 +128,7 @@ where the last element is optional."
 (defcustom lsdb-display-small-x-face nil
   "If non-nil, downscale the size of X-Face image."
   :group 'lsdb-x-face
-  :type 'float)
+  :type 'boolean)
 
 (defcustom lsdb-uncompface-program (exec-installed-p "uncompface")
   "Name of the uncompface program."