Changeset 735


Ignore:
Timestamp:
Mar 27, 2004, 2:50:25 AM (21 years ago)
Author:
Gary Byers
Message:

Use new error handler.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/hemlock/src/macros.lisp

    r58 r735  
    642642;;; handling.
    643643;;;
     644
     645(defun lisp-error-error-handler (condition &optional internalp)
     646  (declare (ignore internalp))
     647  (report-hemlock-error condition)
     648  (throw 'editor-top-level-catcher nil))
     649
     650#+no
    644651(defun lisp-error-error-handler (condition &optional internalp)
    645652  (invoke-debugger condition)
Note: See TracChangeset for help on using the changeset viewer.