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

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