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

[Q] lisp-file-types definition



>>>>> "Matthias" == Matthias Fischmann <fischman@mpi-sb.mpg.de> writes:

Matthias> *** - The macro DEFCONSTANT may not be called with 1 arguments

Add a line for CLISP, like:

(defconstant lisp-file-types 
        [others]
        #+clisp `("lsp" "fas")
        )