comparison lisp/gnus/sha1.el @ 59996:aac0a33f5772

Change release version from 21.4 to 22.1 throughout. Change development version from 21.3.50 to 22.0.50.
author Kim F. Storm <storm@cua.dk>
date Wed, 09 Feb 2005 15:50:47 +0000
parents df80d19d7a2e
children 18a818a2ee7c
comparison
equal deleted inserted replaced
59995:8f4938738427 59996:aac0a33f5772
58 ;;; external SHA1 function. 58 ;;; external SHA1 function.
59 ;;; 59 ;;;
60 60
61 (defgroup sha1 nil 61 (defgroup sha1 nil
62 "Elisp interface for SHA1 hash computation." 62 "Elisp interface for SHA1 hash computation."
63 :version "21.4" 63 :version "22.1"
64 :group 'extensions) 64 :group 'extensions)
65 65
66 (defcustom sha1-maximum-internal-length 500 66 (defcustom sha1-maximum-internal-length 500
67 "*Maximum length of message to use Lisp version of SHA1 function. 67 "*Maximum length of message to use Lisp version of SHA1 function.
68 If message is longer than this, `sha1-program' is used instead. 68 If message is longer than this, `sha1-program' is used instead.