From 3175b5353375ca356866cef2c2bed8c058ffda18 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 11 Mar 2017 17:22:56 -0800 Subject: [PATCH] Remove trivial duplication in epg-config * lisp/epg-config.el (epg-config--program-alist): Use epg-gpg-minimum-version. --- lisp/epg-config.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/epg-config.el b/lisp/epg-config.el index 611f984106d..7b963add881 100644 --- a/lisp/epg-config.el +++ b/lisp/epg-config.el @@ -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"))) -- 2.39.5