diff lisp/packages/crypt.el @ 142:1856695b1fa9 r20-2b5

Import from CVS: tag r20-2b5
author cvs
date Mon, 13 Aug 2007 09:33:18 +0200
parents cca96a509cfe
children 2d532a89d707
line wrap: on
line diff
--- a/lisp/packages/crypt.el	Mon Aug 13 09:32:45 2007 +0200
+++ b/lisp/packages/crypt.el	Mon Aug 13 09:33:18 2007 +0200
@@ -700,9 +700,11 @@
 
 ;;;; User definable variables.
 
-(defgroup crypt nil
-  "Handling compressed and encrypted files."
-  :group 'data)
+(progn
+  (defgroup crypt nil
+    "Handling compressed and encrypted files."
+    :group 'compression)
+  )
 
 (defcustom crypt-encryption-type 'crypt
   "*Method of encryption.  Must be an element of `crypt-encryption-alist.'