1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-31 17:30:24 +02:00

* Makefile.am (ice9_sources): Add emacs.scm.

This commit is contained in:
Mikael Djurfeldt 1998-05-19 19:48:11 +00:00
parent 56600c45d8
commit 67da6c5715
3 changed files with 12 additions and 8 deletions

View file

@ -1,3 +1,7 @@
1998-05-19 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
* Makefile.am (ice9_sources): Add emacs.scm.
1998-05-13 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
* readline.scm: Use the new readline facilities: Add the

View file

@ -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.

View file

@ -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}
;;;