Subject: Re: 2 Common Lisp Questions From: Erik Naggum <clerik@naggum.no> Date: 1998/02/24 Newsgroups: comp.lang.lisp Message-ID: <3097305973364640@naggum.no> * Jens Kilian | And #'... is just syntactic sugar for (function '...). #'x is equivalent to (function x), not (function 'x). #:Erik, picking nits for my big nit collection -- God grant me serenity to accept the code I cannot change, courage to change the code I can, and wisdom to know the difference.