Specify defgroup parent.
authorueno <ueno>
Fri, 26 May 2006 03:45:59 +0000 (03:45 +0000)
committerueno <ueno>
Fri, 26 May 2006 03:45:59 +0000 (03:45 +0000)
epg.el

diff --git a/epg.el b/epg.el
index 18ef4b9..62c02fc 100644 (file)
--- a/epg.el
+++ b/epg.el
@@ -26,7 +26,8 @@
 ;;; Code:
 
 (defgroup epg ()
-  "The EasyPG Library")
+  "The EasyPG Library"
+  :group 'emacs)
 
 (defcustom epg-gpg-program "gpg"
   "The `gpg' executable."