From: Simon Josefsson Date: Mon, 15 Dec 2003 01:33:03 +0000 (+0000) Subject: Fix typo in last commit. X-Git-Url: http://cgit.sxemacs.org/?a=commitdiff_plain;h=3c8374fed22918115b5387debc5d680aaaa9e6e8;p=gnus Fix typo in last commit. --- diff --git a/lisp/sha1-el.el b/lisp/sha1-el.el index 7f78451b5..6c0df3da4 100644 --- a/lisp/sha1-el.el +++ b/lisp/sha1-el.el @@ -79,7 +79,8 @@ It must be a string \(program name\) or list of strings \(name and its args\)." :type '(repeat string) :group 'sha1) -(defcustom sha1-use-external (ignore-errors (executable-find (car sha1-program))) +(defcustom sha1-use-external (ignore-errors + (executable-find (car sha1-program))) "*Use external SHA1 program. If this variable is set to nil, use internal function only." :type 'boolean