From 99991bcfac87f2879ee43eb307df17e7f9037b2f Mon Sep 17 00:00:00 2001 From: okada Date: Wed, 12 Apr 2006 11:23:16 +0000 Subject: [PATCH] starttls.el (starttls-kill-program): Fix. --- ChangeLog | 4 ++++ starttls.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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) -- 1.7.10.4