[slime-cvs] CVS update: slime/swank-openmcl.lisp
Dan Barlow
dbarlow at common-lisp.net
Wed Oct 15 23:02:27 UTC 2003
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv26765
Modified Files:
swank-openmcl.lisp
Log Message:
missed a bit
Date: Wed Oct 15 19:02:27 2003
Author: dbarlow
Index: slime/swank-openmcl.lisp
diff -u slime/swank-openmcl.lisp:1.4 slime/swank-openmcl.lisp:1.5
--- slime/swank-openmcl.lisp:1.4 Wed Oct 15 18:48:30 2003
+++ slime/swank-openmcl.lisp Wed Oct 15 19:02:26 2003
@@ -13,7 +13,7 @@
;;; The LLGPL is also available online at
;;; http://opensource.franz.com/preamble.html
;;;
-;;; $Id: swank-openmcl.lisp,v 1.4 2003/10/15 22:48:30 dbarlow Exp $
+;;; $Id: swank-openmcl.lisp,v 1.5 2003/10/15 23:02:26 dbarlow Exp $
;;;
;;;
@@ -181,9 +181,6 @@
(lambda ()
(compile-file filename :load load))))
-
-(defslimefun-unimplemented compiler-notes-for-file (filename))
-
;;; Debugging
(defvar *sldb-level* 0)
@@ -302,9 +299,6 @@
(defslimefun describe-class (symbol-name)
(print-description-to-string (find-class (from-string symbol-name) nil)))
-
-(defslimefun features ()
- (mapcar #'symbol-name *features*))
(defslimefun-unimplemented apropos-list-for-emacs (name &optional
external-only
More information about the slime-cvs
mailing list