diff options
author | Michael Olson <mwolson@gnu.org> | 2008-02-10 20:57:47 +0000 |
---|---|---|
committer | Michael Olson <mwolson@gnu.org> | 2008-02-10 20:57:47 +0000 |
commit | f1914c4078082de71933f6cdf7735411e488d045 (patch) | |
tree | cfb6b673ff2bb8fdd02e1a5aa7b7e5e96c0d6f18 /lisp/epg-config.el | |
parent | c6588a85bcb0bdcd615f4f34496d71943120e7ae (diff) | |
download | emacs-f1914c4078082de71933f6cdf7735411e488d045.tar.gz |
EasyPG: Implement some suggestions from emacs-devel.
Diffstat (limited to 'lisp/epg-config.el')
-rw-r--r-- | lisp/epg-config.el | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/lisp/epg-config.el b/lisp/epg-config.el index 1ac05d1ba52..f3dc9469564 100644 --- a/lisp/epg-config.el +++ b/lisp/epg-config.el @@ -23,7 +23,14 @@ ;;; Code: -(require 'epg-package-info) +(defconst epg-package-name "epg" + "Name of this package.") + +(defconst epg-version-number "1.0.0" + "Version number of this package.") + +(defconst epg-bug-report-address "ueno@unixuser.org" + "Report bugs to this address.") (defgroup epg () "The EasyPG Library" |