Remove trivial duplication in epg-config
* lisp/epg-config.el (epg-config--program-alist): Use epg-gpg-minimum-version.
This commit is contained in:
parent
cce29d942d
commit
3175b53533
1 changed files with 2 additions and 2 deletions
|
@ -83,9 +83,9 @@ Note that the buffer name starts with a space."
|
|||
(defconst epg-gpg-minimum-version "1.4.3")
|
||||
|
||||
(defconst epg-config--program-alist
|
||||
'((OpenPGP
|
||||
`((OpenPGP
|
||||
epg-gpg-program
|
||||
("gpg2" . "2.1.6") ("gpg" . "1.4.3"))
|
||||
("gpg2" . "2.1.6") ("gpg" . ,epg-gpg-minimum-version))
|
||||
(CMS
|
||||
epg-gpgsm-program
|
||||
("gpgsm" . "2.0.4")))
|
||||
|
|
Loading…
Add table
Reference in a new issue