From 679782943bf424fb8c211c8d874dd75f77da0351 Mon Sep 17 00:00:00 2001 From: ueno Date: Sat, 27 Apr 2002 13:12:44 +0000 Subject: [PATCH] * lsdb.el (lsdb-display-small-x-face): Fixed custom type. --- lsdb.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." -- 1.7.10.4