configuration -> config.
authorueno <ueno>
Sat, 2 Sep 2006 21:01:01 +0000 (21:01 +0000)
committerueno <ueno>
Sat, 2 Sep 2006 21:01:01 +0000 (21:01 +0000)
epg.el

diff --git a/epg.el b/epg.el
index 0e76139..7da1518 100644 (file)
--- 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))