The above-mentioned class was removed in revision 1.8 of esa.lisp, but it is still listed as a super-class for asynchronous-command-processor.
I'd like to check in the trivial cleanup. OK?
Index: esa.lisp =================================================================== RCS file: /project/mcclim/cvsroot/mcclim/ESA/esa.lisp,v retrieving revision 1.9 diff -r1.9 esa.lisp 471,472c471 < instant-macro-execution-mixin < macrorecord-processed-gestures-mixin) ---
instant-macro-execution-mixin)
Index: packages.lisp =================================================================== RCS file: /project/mcclim/cvsroot/mcclim/ESA/packages.lisp,v retrieving revision 1.3 diff -r1.3 packages.lisp 58c58 < #:command-processor #:instant-macro-execution-mixin #:macrorecord-processed-gestures-mixin ---
#:command-processor #:instant-macro-execution-mixin
"Jack Unrue" jdunrue@gmail.com writes:
The above-mentioned class was removed in revision 1.8 of esa.lisp, but it is still listed as a super-class for asynchronous-command-processor.
I'd like to check in the trivial cleanup. OK?
Oh, oops. I checked in a fix for it.