Skip to content
Snippets Groups Projects
Commit 8446e3e9 authored by pwerkowski's avatar pwerkowski
Browse files

Set pesky *make-condition-accessor-methods*

parent 9d048e01
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/clmcom.lisp,v 1.20 2003/06/18 09:23:08 gerd Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/clmcom.lisp,v 1.21 2005/12/23 14:14:20 pwerkowski Rel $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -28,6 +28,10 @@ ...@@ -28,6 +28,10 @@
(pushnew :motif *features*) (pushnew :motif *features*)
;;; Set this pesky bit ON - see note in clxcom.lisp
(when (boundp 'conditions::*make-condition-accessor-methods*)
(setq conditions::*make-condition-accessor-methods* t))
(defparameter tk-internals-files (defparameter tk-internals-files
'("target:motif/lisp/initial" '("target:motif/lisp/initial"
"target:motif/lisp/internals" "target:motif/lisp/internals"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment