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

# macros.



I have a file with Maclisp and LISPM code intermixed, and use #Q and #M
to differentiate code for each one.  However inside of one of the LISPM
defs (protected by #Q) I use #\Control-E, and for some reason MACLISP
sees this and returns an error.  (That it didn't recognize #\Control-E)
Is there anyway to make Maclisp just not read that definition?