From c3d5cd3ec695ad9053a4425bab51843fdd21a516 Mon Sep 17 00:00:00 2001 From: ueno Date: Sat, 2 Sep 2006 21:01:01 +0000 Subject: [PATCH] configuration -> config. --- epg.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/epg.el b/epg.el index 0e76139..7da1518 100644 --- a/epg.el +++ b/epg.el @@ -1341,9 +1341,9 @@ This function is for internal use only." config)) ;;;###autoload -(defun epg-check-configuration (configuration) +(defun epg-check-configuration (config) "Verify that CONFIGURATION is sufficient." - (let ((entry (assq 'version configuration)) + (let ((entry (assq 'version config)) major minor teeny) (unless (and entry (stringp (cdr entry)) -- 1.7.10.4