# HG changeset patch # User Dan Nicolaescu # Date 1202594374 0 # Node ID bda1e76bc03bea78ce718bf5ff49c4637a7e1809 # Parent b7a5a89054dcf16f083675ef1d2292a8f54d5580 * epa.el (epa-faces, epa): * epa-file.el (epa-file): * epg-config.el (epg): Add :version. diff -r b7a5a89054dc -r bda1e76bc03b lisp/ChangeLog --- a/lisp/ChangeLog Sat Feb 09 18:03:10 2008 +0000 +++ b/lisp/ChangeLog Sat Feb 09 21:59:34 2008 +0000 @@ -1,3 +1,9 @@ +2008-02-09 Dan Nicolaescu + + * epa.el (epa-faces, epa): + * epa-file.el (epa-file): + * epg-config.el (epg): Add :version. + 2008-02-09 Thien-Thi Nguyen * vc.el (vc-exec-after): Append CODE to previous fragments. diff -r b7a5a89054dc -r bda1e76bc03b lisp/epa-file.el --- a/lisp/epa-file.el Sat Feb 09 18:03:10 2008 +0000 +++ b/lisp/epa-file.el Sat Feb 09 21:59:34 2008 +0000 @@ -27,6 +27,7 @@ (defgroup epa-file nil "The EasyPG Assistant hooks for transparent file encryption" + :version "23.1" :group 'epa) (defun epa-file--file-name-regexp-set (variable value) diff -r b7a5a89054dc -r bda1e76bc03b lisp/epa.el --- a/lisp/epa.el Sat Feb 09 18:03:10 2008 +0000 +++ b/lisp/epa.el Sat Feb 09 21:59:34 2008 +0000 @@ -31,6 +31,7 @@ (defgroup epa nil "The EasyPG Assistant" + :version "23.1" :group 'epg) (defcustom epa-popup-info-window t @@ -46,6 +47,7 @@ (defgroup epa-faces nil "Faces for epa-mode." + :version "23.1" :group 'epa) (defface epa-validity-high diff -r b7a5a89054dc -r bda1e76bc03b lisp/epg-config.el --- a/lisp/epg-config.el Sat Feb 09 18:03:10 2008 +0000 +++ b/lisp/epg-config.el Sat Feb 09 21:59:34 2008 +0000 @@ -27,6 +27,7 @@ (defgroup epg () "The EasyPG Library" + :version "23.1" :group 'emacs) (defcustom epg-gpg-program "gpg"