diff options
author | Dave Love <fx@gnu.org> | 2000-11-27 23:22:31 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-11-27 23:22:31 +0000 |
commit | e162f054c4d0de93363a01136d091dca788066ca (patch) | |
tree | 460a7d0f5327925d54fc5880eed7e2d7b98d7dea /lisp/net/ldap.el | |
parent | 5c6682bea05d9209f44ddc40e84c57b6ae3313c3 (diff) | |
download | emacs-e162f054c4d0de93363a01136d091dca788066ca.tar.gz |
(ldap) <defgroup>: Add :version.
Diffstat (limited to 'lisp/net/ldap.el')
-rw-r--r-- | lisp/net/ldap.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/net/ldap.el b/lisp/net/ldap.el index 3838b2ec616..786cfa976b4 100644 --- a/lisp/net/ldap.el +++ b/lisp/net/ldap.el @@ -39,6 +39,7 @@ (defgroup ldap nil "Lightweight Directory Access Protocol." + :version "21.1" :group 'comm) (defcustom ldap-default-host nil |