(encrypt): Add password-cache and password-cache-expiry as group
authorSimon Josefsson <jas@extundo.com>
Tue, 22 Feb 2005 17:22:56 +0000 (17:22 +0000)
committerSimon Josefsson <jas@extundo.com>
Tue, 22 Feb 2005 17:22:56 +0000 (17:22 +0000)
members.

lisp/ChangeLog
lisp/encrypt.el

index e5f8df4..6373611 100644 (file)
@@ -3,6 +3,8 @@
        * encrypt.el (encrypt-password-cache-expiry): Remove (use
        `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
        <arne@arnested.dk>.
+       (encrypt): Add password-cache and password-cache-expiry as group
+       members.
 
 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
 
index 9a6b642..0e14ca9 100644 (file)
@@ -34,7 +34,8 @@
 (eval-and-compile
   (autoload 'password-read "password"))
 
-(defgroup encrypt nil
+(defgroup encrypt '((password-cache custom-variable)
+                   (password-cache-expiry custom-variable))
   "File encryption configuration.")
 
 (defcustom encrypt-file-alist nil