From 47033d34737eedf61e75330c2752fb3115c04166 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20V=C3=A1zquez?= Date: Thu, 16 May 2013 15:59:52 +0100 Subject: [PATCH] Remove deprecated comment --- experimental/compiler.lisp | 1 - 1 file changed, 1 deletion(-) diff --git a/experimental/compiler.lisp b/experimental/compiler.lisp index 3f8dd29..e1f5a48 100644 --- 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) -- 1.7.10.4