X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/26e06f4464c58704889bdc536edc25b73e8c0179..e24ad6dd2b3499a367fff0dfd9c9c8a4bdaeb4fd:/lisp/epg-config.el diff --git a/lisp/epg-config.el b/lisp/epg-config.el index 29ac8b09c3..37c5d01fb1 100644 --- a/lisp/epg-config.el +++ b/lisp/epg-config.el @@ -1,8 +1,10 @@ ;;; epg-config.el --- configuration of the EasyPG Library -;; Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. + +;; Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Daiki Ueno ;; Keywords: PGP, GnuPG +;; Package: epg ;; This file is part of GNU Emacs. @@ -31,9 +33,9 @@ "Report bugs to this address.") (defgroup epg () - "The EasyPG Library" + "The EasyPG library." :version "23.1" - :group 'emacs) + :group 'data) (defcustom epg-gpg-program "gpg" "The `gpg' executable."