Ludovic Courtès a6ec043f7a Remove 'emacs/Makefile.am'. 1 year ago
..
ChangeLog-2008 afb59d75b8 Rename `ChangeLog' files to `ChangeLog-2008'. 16 years ago
README cbd3255bf8 Document removal of guileint. 21 years ago
gud-guile.el 53befeb700 Change Guile license to LGPLv3+ 15 years ago
guile-c.el 53befeb700 Change Guile license to LGPLv3+ 15 years ago
guile-emacs.scm 3fc7e2c123 deprecate arity access via (procedure-properties proc 'arity) 14 years ago
guile-scheme.el 53befeb700 Change Guile license to LGPLv3+ 15 years ago
guile.el 53befeb700 Change Guile license to LGPLv3+ 15 years ago
multistring.el 53befeb700 Change Guile license to LGPLv3+ 15 years ago
patch.el 53befeb700 Change Guile license to LGPLv3+ 15 years ago
ppexpand.el 53befeb700 Change Guile license to LGPLv3+ 15 years ago
update-changelog.el 53befeb700 Change Guile license to LGPLv3+ 15 years ago

README

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