1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00
guile/emacs
2008-09-12 21:46:32 +02:00
..
ChangeLog-2008 Rename ChangeLog' files to ChangeLog-2008'. 2008-09-12 21:42:26 +02:00
gds-scheme.el Single stepping through code from Emacs 2008-07-17 22:44:52 +01:00
gds-server.el Merge GDS (except for breakpoints) from CVS HEAD: 2008-03-12 00:39:26 +00:00
gds.el Merge GDS (except for breakpoints) from CVS HEAD: 2008-03-12 00:39:26 +00:00
gud-guile.el Added 2006 to copyright years in every file, as per the new rules. 2006-02-12 13:42:52 +00:00
guile-c.el Added 2006 to copyright years in every file, as per the new rules. 2006-02-12 13:42:52 +00:00
guile-emacs.scm The FSF has a new address. 2005-05-23 19:57:22 +00:00
guile-scheme.el Added 2006 to copyright years in every file, as per the new rules. 2006-02-12 13:42:52 +00:00
guile.el The FSF has a new address. 2005-05-23 19:57:22 +00:00
Makefile.am Add `ChangeLog-2008' files to the distribution. 2008-09-12 21:46:32 +02:00
multistring.el Added 2006 to copyright years in every file, as per the new rules. 2006-02-12 13:42:52 +00:00
patch.el Added 2006 to copyright years in every file, as per the new rules. 2006-02-12 13:42:52 +00:00
ppexpand.el Added 2006 to copyright years in every file, as per the new rules. 2006-02-12 13:42:52 +00:00
README Document removal of guileint. 2004-03-10 10:14:13 +00:00
update-changelog.el Added 2006 to copyright years in every file, as per the new rules. 2006-02-12 13:42:52 +00:00

Index

gud-guile.el --- Support for debugging guile internals
guile-c.el --- Guile C editing commands
guile-scheme.el --- Guile Scheme editing mode
guile.el --- Emacs Guile interface
multistring.el --- editing multiline strings.
patch.el --- mail/apply a patch
ppexpand.el --- temporarily expanding macros in a pretty way.
update-changelog.el --- stitch rcs2log output to ChangeLog

Generated using: for f in *.el ; do sed -e 's/^....//g' -e '1q' $f ; done