[slime-cvs] CVS slime
heller
heller at common-lisp.net
Fri Sep 19 11:20:16 UTC 2008
Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv4059
Modified Files:
ChangeLog swank-allegro.lisp
Log Message:
* swank-allegro.lisp (frob-allegro-field-def): There seems to be a
new type :func handle it like :lisp.
--- /project/slime/cvsroot/slime/ChangeLog 2008/09/19 09:48:29 1.1525
+++ /project/slime/cvsroot/slime/ChangeLog 2008/09/19 11:20:15 1.1526
@@ -1,5 +1,10 @@
2008-09-19 Helmut Eller <heller at common-lisp.net>
+ * swank-allegro.lisp (frob-allegro-field-def): There seems to be a
+ new type :func handle it like :lisp.
+
+2008-09-19 Helmut Eller <heller at common-lisp.net>
+
* slime.el (slime-save-marker): New marcro. Use it in combination
with insert-before-markers.
(slime-check-buffer-contents): Use {} resp. [] to describe the
--- /project/slime/cvsroot/slime/swank-allegro.lisp 2008/09/17 06:19:48 1.114
+++ /project/slime/cvsroot/slime/swank-allegro.lisp 2008/09/19 11:20:15 1.115
@@ -594,7 +594,7 @@
:unsigned-long :unsigned-half-long
:unsigned-3byte)
(label-value-line name (inspect::component-ref-v object access type)))
- ((:lisp :value)
+ ((:lisp :value :func)
(label-value-line name (inspect::component-ref object access)))
(:indirect
(destructuring-bind (prefix count ref set) access
More information about the slime-cvs
mailing list