diff --git a/library/dlists.factor b/library/dlists.factor index dcc47c78da..51aef3013c 100644 --- a/library/dlists.factor +++ b/library/dlists.factor @@ -1,6 +1,6 @@ ! Copyright (C) 2005 Mackenzie Straight. ! See http://factor.sf.net/license.txt for BSD license. -IN: lists USING: generic kernel math ; +IN: dlists USING: generic kernel math ; ! Double-linked lists.