From: ueno Date: Sat, 27 Apr 2002 13:12:44 +0000 (+0000) Subject: * lsdb.el (lsdb-display-small-x-face): Fixed custom type. X-Git-Tag: lsdb-0_2~10 X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Flsdb.git;a=commitdiff_plain;h=679782943bf424fb8c211c8d874dd75f77da0351;hp=b461bc4dc755284b0333e764039003438a22c695 * lsdb.el (lsdb-display-small-x-face): Fixed custom type. --- diff --git a/lsdb.el b/lsdb.el index 92b3c3e..71c9e8d 100644 --- 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."