From f3c23298e978950f1e0de35a685e5e1459d7796f Mon Sep 17 00:00:00 2001 From: Gary Houston Date: Wed, 5 Mar 1997 21:08:06 +0000 Subject: [PATCH] * boot-9.scm: check use-emacs-interface for emacs support. --- ice-9/ChangeLog | 4 ++++ ice-9/boot-9.scm | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index a4cd4f159..b235435aa 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,7 @@ +Wed Mar 5 20:30:24 1997 Gary Houston + + * boot-9.scm: check use-emacs-interface for emacs support. + Sun Mar 2 19:47:14 1997 Gary Houston * boot-9.scm (scm-style-repl): call repl-report-start-timing if diff --git a/ice-9/boot-9.scm b/ice-9/boot-9.scm index f1eecffd8..f906ec914 100644 --- a/ice-9/boot-9.scm +++ b/ice-9/boot-9.scm @@ -3668,8 +3668,7 @@ ;;; *fixme* This is a temporary solution. ;;; -(if (or (member "-e" (cdr (program-arguments))) - (member "--emacs" (cdr (program-arguments)))) +(if use-emacs-interface (define-module (guile) :use-module (ice-9 emacs)))