From 67da6c57151cf6ccd825d121a4fa1bbe939c939f Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Tue, 19 May 1998 19:48:11 +0000 Subject: [PATCH] * Makefile.am (ice9_sources): Add emacs.scm. --- ice-9/ChangeLog | 4 ++++ ice-9/Makefile.am | 4 ++-- ice-9/emacs.scm | 12 ++++++------ 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index d4f16115d..e40d8a185 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,7 @@ +1998-05-19 Mikael Djurfeldt + + * Makefile.am (ice9_sources): Add emacs.scm. + 1998-05-13 Mikael Djurfeldt * readline.scm: Use the new readline facilities: Add the diff --git a/ice-9/Makefile.am b/ice-9/Makefile.am index 8f490ffe4..5400f97d0 100644 --- a/ice-9/Makefile.am +++ b/ice-9/Makefile.am @@ -4,8 +4,8 @@ AUTOMAKE_OPTIONS = foreign # These should be installed and distributed. ice9_sources = boot-9.scm calling.scm common-list.scm debug.scm \ -expect.scm hcons.scm lineio.scm ls.scm mapping.scm poe.scm q.scm \ -readline.scm regex.scm runq.scm slib.scm string-fun.scm tags.scm \ +emacs.scm expect.scm hcons.scm lineio.scm ls.scm mapping.scm poe.scm \ +q.scm readline.scm regex.scm runq.scm slib.scm string-fun.scm tags.scm \ threads.scm r4rs.scm session.scm syncase.scm psyntax.pp psyntax.ss # These should be installed, but not distributed. diff --git a/ice-9/emacs.scm b/ice-9/emacs.scm index 28bb2555e..7cc94f0ac 100644 --- a/ice-9/emacs.scm +++ b/ice-9/emacs.scm @@ -1,4 +1,4 @@ -;;;; Copyright (C) 1996, 1997 Mikael Djurfeldt +;;;; Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc. ;;;; ;;;; This program is free software; you can redistribute it and/or modify ;;;; it under the terms of the GNU General Public License as published by @@ -17,14 +17,14 @@ ;;;; ;;;; The author can be reached at djurfeldt@nada.kth.se ;;;; Mikael Djurfeldt, SANS/NADA KTH, 10044 STOCKHOLM, SWEDEN +;;;; (I didn't write this!) ;;;; -;;; ******************************* -;;; * Experimental hack * -;;; * Shouldn't go into snapshots * -;;; * Don't distribute! * -;;; ******************************* +;;; ********************************************************************* +;;; * This is the Guile side of the Emacs interface * +;;; * Experimental hACK---the real version will be coming soon (almost) * +;;; ********************************************************************* ;;; {Session support for Emacs} ;;;