1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-24 12:20:20 +02:00

*** empty log message ***

This commit is contained in:
Keisuke Nishida 2001-04-05 02:04:26 +00:00
parent ea9b4b29f3
commit ea9c5daba0
14 changed files with 624 additions and 176 deletions

View file

@ -1,4 +1,4 @@
;;; REPL commands
;;; Repl commands
;; Copyright (C) 2001 Free Software Foundation, Inc.
@ -35,4 +35,4 @@
:use-module (ice-9 debugger)
:export (meta-command))
(load "command.gsm")
(load "command.gs")