[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Extra paren in example on p.430



The fourth line in the definition of the function
command-dispatch, the book shows
   (funcall fn)) 
it should be (funcall fn)


--sridhar