diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2008-02-09 21:59:34 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2008-02-09 21:59:34 +0000 |
commit | 0bd4f3175d3d2e0d6ef892900688dcd0ab2166b3 (patch) | |
tree | 04d6a19e50eed9961c4853fd5a76dc9626b061da /lisp/epg-config.el | |
parent | 4624371d9a4c1a078bcb7a305adb0520cd8975bc (diff) | |
download | emacs-0bd4f3175d3d2e0d6ef892900688dcd0ab2166b3.tar.gz |
* epa.el (epa-faces, epa):
* epa-file.el (epa-file):
* epg-config.el (epg): Add :version.
Diffstat (limited to 'lisp/epg-config.el')
-rw-r--r-- | lisp/epg-config.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/epg-config.el b/lisp/epg-config.el index 7230cfc0f5c..1ac05d1ba52 100644 --- a/lisp/epg-config.el +++ b/lisp/epg-config.el @@ -27,6 +27,7 @@ (defgroup epg () "The EasyPG Library" + :version "23.1" :group 'emacs) (defcustom epg-gpg-program "gpg" |