starttls.el (starttls-kill-program): Fix.
authorokada <okada>
Wed, 12 Apr 2006 11:23:16 +0000 (11:23 +0000)
committerokada <okada>
Wed, 12 Apr 2006 11:23:16 +0000 (11:23 +0000)
ChangeLog
starttls.el

index 8893b2b..87c4c63 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-04-12  Kenichi Okada  <okada@opaopa.org>
+
+       * starttls.el (starttls-kill-program): Fix.
+
 2005-06-01  Tetsurou Okazaki  <okazaki@be.to>
 
        * configure.in (AC_PREREQ): Up to 2.50 for AC_LIBOBJ.
index b2def02..4c3a9f8 100644 (file)
@@ -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)