From: okada Date: Wed, 12 Apr 2006 11:23:16 +0000 (+0000) Subject: starttls.el (starttls-kill-program): Fix. X-Git-Tag: starttls-0_11-branchpoint~1 X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fstarttls.git;a=commitdiff_plain;h=99991bcfac87f2879ee43eb307df17e7f9037b2f starttls.el (starttls-kill-program): Fix. --- diff --git a/ChangeLog b/ChangeLog index 8893b2b..87c4c63 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-04-12 Kenichi Okada + + * starttls.el (starttls-kill-program): Fix. + 2005-06-01 Tetsurou Okazaki * configure.in (AC_PREREQ): Up to 2.50 for AC_LIBOBJ. diff --git a/starttls.el b/starttls.el index b2def02..4c3a9f8 100644 --- a/starttls.el +++ b/starttls.el @@ -44,7 +44,7 @@ "Starting starttls negotiation by kill command if non-nil." :group 'starttls) -(defcustom starttls-kill-program "c:\\cygwin\\bin\kill" +(defcustom starttls-kill-program "c:\\cygwin\\bin\\kill" "External kill command to send SIGALRM to starttls." :group 'starttls)