Update of /project/phemlock/cvsroot/phemlock/src/user In directory common-lisp.net:/tmp/cvs-serv9186/src/user
Modified Files: lispbuf.lisp Log Message: Make clim-hemlock basically work on sbcl -- mostly build fixes from Hannu Koivisto.
* don't declaim or declare stuff in CL special; * classes come before methods specializing on them; * clim-sys: not mp:
Date: Wed Dec 15 13:16:51 2004 Author: crhodes
Index: phemlock/src/user/lispbuf.lisp diff -u phemlock/src/user/lispbuf.lisp:1.1.1.1 phemlock/src/user/lispbuf.lisp:1.2 --- phemlock/src/user/lispbuf.lisp:1.1.1.1 Fri Jul 9 15:38:53 2004 +++ phemlock/src/user/lispbuf.lisp Wed Dec 15 13:16:50 2004 @@ -7,7 +7,7 @@ (in-package :hemlock)
#+CMU (ext:file-comment - "$Header: /project/phemlock/cvsroot/phemlock/src/user/lispbuf.lisp,v 1.1.1.1 2004/07/09 13:38:53 gbaumann Exp $") + "$Header: /project/phemlock/cvsroot/phemlock/src/user/lispbuf.lisp,v 1.2 2004/12/15 12:16:50 crhodes Exp $") ;;; ;;; ********************************************************************** ;;; @@ -46,9 +46,6 @@
;;;; Eval Mode Interaction. - -(declaim (special * ** *** - + ++ +++ / // ///)) -
(defun get-prompt () #+cmu (locally (declare (special ext:*prompt*))