picolisp

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/picolisp.git/
Log | Files | Refs | README | LICENSE

commit d6efcda73fe036ad0912bb209167ee89b6331f0a
parent 64925d1b890e03f9386f239647e5e526336856bd
Author: Alexander Burger <abu@software-lab.de>
Date:   Wed, 27 Feb 2013 16:55:59 +0100

Use (pil "editor") in "dbg.l"
Diffstat:
Mdbg.l | 8++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/dbg.l b/dbg.l @@ -1,9 +1,13 @@ -# 18jan11abu +# 27feb13abu # (c) Software Lab. Alexander Burger (on *Dbg) -(load "@lib/debug.l" "@lib/led.l" "@lib/edit.l" "@lib/lint.l" "@lib/sq.l") +(if (info (pil "editor")) + (load (pil "editor")) + (load "@lib/led.l" "@lib/edit.l") ) + +(load "@lib/debug.l" "@lib/lint.l" "@lib/sq.l") (noLint 'later (loc "@Prg" later))