projects
/
elisp
/
epg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b63825
)
configuration -> config.
author
ueno
<ueno>
Sat, 2 Sep 2006 21:01:01 +0000
(21:01 +0000)
committer
ueno
<ueno>
Sat, 2 Sep 2006 21:01:01 +0000
(21:01 +0000)
epg.el
patch
|
blob
|
history
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))