[elephant-devel] (pushnew :elephant *features*)

Mac Chan emailmac at gmail.com
Sat May 5 21:56:06 UTC 2007


Hi,

Could you add (pushnew :elephant *features*) somewhere in the source?

This way I can easily comment out a block of code when elephant is not
available.

Thanks.

(defun start ()
  #+elephant
  (progn
    (ensure-directories-exist (second *blog-store-spec*))
    (open-store *blog-store-spec*))
  .........
  .........)



More information about the elephant-devel mailing list