Fix typo in last commit.
authorSimon Josefsson <jas@extundo.com>
Mon, 15 Dec 2003 01:33:03 +0000 (01:33 +0000)
committerSimon Josefsson <jas@extundo.com>
Mon, 15 Dec 2003 01:33:03 +0000 (01:33 +0000)
lisp/sha1-el.el

index 7f78451..6c0df3d 100644 (file)
@@ -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