Skip to content
Snippets Groups Projects
Commit 18869291 authored by Daniel Kochmański's avatar Daniel Kochmański
Browse files

restruct: move format to top directory

parent a1716abf
No related branches found
No related tags found
No related merge requests found
......@@ -52,4 +52,3 @@
;;; 22.3.9
(load "format/format-circumflex.lsp")
(load "format/format-newline.lsp")
;-*- Mode: Lisp -*-
;;;; Author: Paul Dietz
;;;; Created: Mon Feb 23 04:40:33 2004
;;;; Contains: File to load tests of the lisp printer
(in-package :cl-test)
(compile-and-load "printer-aux.lsp")
;;;; Tests of the lisp printer
(compile-and-load "ANSI-TESTS:AUX;printer-aux.lsp")
(compile-and-load "ANSI-TESTS:AUX;backquote-aux.lsp")
(load "printer/copy-pprint-dispatch.lsp")
......@@ -46,4 +41,4 @@
(load "printer/print-level.lsp")
(load "printer/print-length.lsp")
(load "printer/load-format.lsp")
(load "load-format.lsp")
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