Skip to content
Snippets Groups Projects
Commit cc794258 authored by wlott's avatar wlott
Browse files

Added load of ``loop.lisp''

parent e37ad821
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,10 @@
(load "code:pprint")
(load "code:run-program")
(load "code:query")
(load "code:loop")
(load "code:internet")
(load "code:wire")
(load "code:remote")
;;; Load the compiler.
(load "c:loadcom.lisp")
......@@ -88,19 +92,6 @@
#-no-clx
(load "code:clx-ext")
#|
;;; A hack to fix a bug in the X11 R3 server. This should go away when
;;; the server is fixed.
;;;
(load "/afs/cs/project/clisp/systems-work/font-patch")
|#
;;; Stick these before Hemlock.
;;;
(load "code:internet")
(load "code:wire")
(load "code:remote")
;;; Hemlock.
;;;
#-no-hemlock
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment