From d0f3b18fa91c3926034a859c3a7c11c0dab924e6 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Sun, 21 Feb 2016 07:26:40 +0900 Subject: Naming fix for consistency * lisp/epg-config.el (epg-find-configuration): Rename from `epg-configuration-find' to be consistent with other epg-* functions. Change all callers. --- lisp/epg.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/epg.el') diff --git a/lisp/epg.el b/lisp/epg.el index 1a18ab2a52a..f4058ed35a4 100644 --- a/lisp/epg.el +++ b/lisp/epg.el @@ -186,7 +186,7 @@ compress-algorithm &aux (program - (let ((configuration (epg-configuration-find protocol))) + (let ((configuration (epg-find-configuration protocol))) (unless configuration (signal 'epg-error (list "no usable configuration" protocol))) -- cgit v1.2.3