Paolo Amoroso <[EMAIL PROTECTED]> writes: > (pushnew "/dir/where/widgets/are"" asdf:*central-registry* :test #'equal)
Ooops... I managed to screw up a one liner, which should be: (pushnew "/dir/where/widgets/are/" asdf:*central-registry* :test #'equal) Paolo -- Lisp Propulsion Laboratory log - http://www.paoloamoroso.it/log _______________________________________________ Gardeners mailing list [email protected] http://www.lispniks.com/mailman/listinfo/gardeners
