projects
/
jscl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b654060
)
Remove deprecated comment
author
David Vázquez
<davazp@gmail.com>
Thu, 16 May 2013 14:59:52 +0000
(15:59 +0100)
committer
David Vázquez
<davazp@gmail.com>
Thu, 16 May 2013 14:59:52 +0000
(15:59 +0100)
experimental/compiler.lisp
patch
|
blob
|
history
diff --git
a/experimental/compiler.lisp
b/experimental/compiler.lisp
index
3f8dd29
..
e1f5a48
100644
(file)
--- a/
experimental/compiler.lisp
+++ b/
experimental/compiler.lisp
@@
-364,7
+364,6
@@
;;; Insert NODE at cursor.
(defun insert-node (node &optional (cursor *cursor*))
- ;; After if? wrong!
(link-nodes (node-prev (cursor-next cursor)) node)
(link-nodes node (cursor-next cursor))
t)