From d7e9ba01a4e4c3c8aece9e5f910e9bd71d5b8a87 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 26 Dec 2001 01:53:49 +0000 Subject: [PATCH] I have a write permission to Gnus CVS (cvs.gnus.org) now! --- lisp/ChangeLog | 4 ++++ lisp/canlock.el | 5 ++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b200db3..e5e8d39 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2001-12-26 Katsumi Yamaoka + + * canlock.el (canlock-sha1-with-openssl): Remove unused variable. + 2001-12-22 22:00:00 ShengHuo ZHU * gnus-group.el (gnus-group-read-ephemeral-group): Call diff --git a/lisp/canlock.el b/lisp/canlock.el index f24a88e..9b8dfb6 100644 --- a/lisp/canlock.el +++ b/lisp/canlock.el @@ -1,4 +1,4 @@ -;;; canlock.el --- Functions for Cancel-Lock feature +;;; canlock.el --- functions for Cancel-Lock feature ;; Copyright (C) 1998, 1999, 2001 Free Software Foundation, Inc. ;; Author: Katsumi Yamaoka @@ -102,8 +102,7 @@ buffer does not look like a news message." (let ((coding-system-for-read 'binary) (coding-system-for-write 'binary) selective-display - (case-fold-search t) - (str "")) + (case-fold-search t)) (insert message) (apply 'call-process-region (point-min) (point-max) canlock-openssl-program t t nil canlock-openssl-args) -- 1.7.10.4