From 6b5376b255ae7fbea76073d69562ab8d8270ab1f Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Thu, 13 May 1993 20:55:45 +0000 Subject: [PATCH] Turn off byte compilation for the guts --- hemlock/lispmode.lisp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hemlock/lispmode.lisp b/hemlock/lispmode.lisp index 0cc9a1884..62947dbf9 100644 --- a/hemlock/lispmode.lisp +++ b/hemlock/lispmode.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/lispmode.lisp,v 1.1.1.16 1992/02/15 01:01:50 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/lispmode.lisp,v 1.1.1.17 1993/05/13 20:55:45 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -18,6 +18,7 @@ (in-package "HEMLOCK") +(declaim (optimize (speed 2))); turn off byte compilation. ;;;; Variables and lisp-info structure. @@ -1128,6 +1129,7 @@ ((valid-spot mark t) (return mark)))) (mark-after mark))) +(declaim (optimize (speed 0))); byte compile again ;;;; Indentation commands and hook functions. -- GitLab