%QUIT% called one time too many?

Erik Enge erik at nittin.net
Sun Mar 2 14:41:01 UTC 2003


In package.lisp, we have:

  (defun start-eclipse (display)
    (eclipse:eclipse display)
    (eclipse::%quit%))

ECLIPSE:ECLIPSE (which resides in eclipse.lisp) will also call %QUIT%
before returning; doesn't that make the %QUIT% here redundant?

Erik.




More information about the eclipse-devel mailing list