Author: ehuelsmann Date: Sun Mar 16 13:09:25 2008 New Revision: 32
Modified: trunk/config.lisp Log: Fix expansion of ITEMS.
Modified: trunk/config.lisp ============================================================================== --- trunk/config.lisp (original) +++ trunk/config.lisp Sun Mar 16 13:09:25 2008 @@ -271,7 +271,7 @@ (mapcar #'(lambda (x) (cons (car x) (get-option config section-name (car x) ;; option-name - :expand t + :expand expand :defaults defaults))) (section-options section)) (section-options section))))
py-configparser-cvs@common-lisp.net