From: ueno Date: Sat, 2 Sep 2006 21:01:01 +0000 (+0000) Subject: configuration -> config. X-Git-Tag: epg-0_0_5~27 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c3d5cd3ec695ad9053a4425bab51843fdd21a516;p=elisp%2Fepg.git configuration -> config. --- 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))