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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/sha1.el [lexbind]
Date: Thu, 04 Nov 2004 08:31:35 -0500

Index: emacs/lisp/gnus/sha1.el
diff -c emacs/lisp/gnus/sha1.el:1.1.4.2 emacs/lisp/gnus/sha1.el:1.1.4.3
*** emacs/lisp/gnus/sha1.el:1.1.4.2     Wed Oct  6 05:21:53 2004
--- emacs/lisp/gnus/sha1.el     Thu Nov  4 13:12:21 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]