emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/gnus/sha1.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/sha1.el
Date: Mon, 01 Nov 2004 18:16:36 -0500

Index: emacs/lisp/gnus/sha1.el
diff -c emacs/lisp/gnus/sha1.el:1.2 emacs/lisp/gnus/sha1.el:1.3
*** emacs/lisp/gnus/sha1.el:1.2 Mon Sep 20 12:03:05 2004
--- emacs/lisp/gnus/sha1.el     Mon Nov  1 23:06:36 2004
***************
*** 60,65 ****
--- 60,66 ----
  
  (defgroup sha1 nil
    "Elisp interface for SHA1 hash computation."
+   :version "21.4"
    :group 'extensions)
  
  (defcustom sha1-maximum-internal-length 500
***************
*** 82,88 ****
                               (error))
    "*Use external SHA1 program.
  If this variable is set to nil, use internal function only."
-   :version "21.4"
    :type 'boolean
    :group 'sha1)
  
--- 83,88 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]