]> code.delx.au - gnu-emacs/blobdiff - lisp/epg-config.el
Update copyright year to 2016
[gnu-emacs] / lisp / epg-config.el
index 16ed6e1f5c9ea4e4d88e5ef1a755745e2f6a45fa..5fac079d3c068de56b5bffd03544aeab130d87bd 100644 (file)
@@ -1,6 +1,6 @@
 ;;; epg-config.el --- configuration of the EasyPG Library
 
-;; Copyright (C) 2006-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2006-2016 Free Software Foundation, Inc.
 
 ;; Author: Daiki Ueno <ueno@unixuser.org>
 ;; Keywords: PGP, GnuPG
   :group 'epg
   :type 'string)
 
+(defcustom epg-gpgconf-program "gpgconf"
+  "The `gpgconf' executable."
+  :group 'epg
+  :type 'string)
+
 (defcustom epg-gpg-home-directory nil
   "The directory which contains the configuration files of `epg-gpg-program'."
   :group 'epg