From c7db05fc306e2d93f381da50a82a7a8f937f8e20 Mon Sep 17 00:00:00 2001 From: Katsumi Yamaoka Date: Thu, 12 Feb 2004 04:21:28 +0000 Subject: [PATCH] (uncompface-use-external): Default to nil. --- lisp/ChangeLog | 4 ++++ lisp/compface.el | 11 +++++------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 27b956509..e0a2e490a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2004-02-12 Katsumi Yamaoka + + * compface.el (uncompface-use-external): Default to nil. + 2004-02-12 Jesper Harder * nntp.el (nntp-erase-buffer): New function. diff --git a/lisp/compface.el b/lisp/compface.el index b9fc657c8..0c4c4b29a 100644 --- a/lisp/compface.el +++ b/lisp/compface.el @@ -30,12 +30,11 @@ "X-Face image conversion." :group 'extensions) -(defcustom uncompface-use-external (and (not noninteractive) - (executable-find "uncompface") - (executable-find "icontopbm") - t) - "*Non-nil means use the external `uncompface' and `icontopbm' programs. -If this variable is set to nil, use the internal Lisp-based function." +(defcustom uncompface-use-external nil + "*nil means use the internal ELisp-based uncompface program. +If you aren't satisfied with the speed, try to alter the value. In +that case, you need to have the external `uncompface' and `icontopbm' +programs installed." :type 'boolean :group 'compface) -- 2.25.1