deprecated eval-when situations
[bpt/guile.git] / emacs / README
CommitLineData
88463d07
TTN
1Index
2
78864a35 3gud-guile.el --- Support for debugging guile internals
88463d07
TTN
4guile-c.el --- Guile C editing commands
5guile-scheme.el --- Guile Scheme editing mode
6guile.el --- Emacs Guile interface
7multistring.el --- editing multiline strings.
8patch.el --- mail/apply a patch
9ppexpand.el --- temporarily expanding macros in a pretty way.
78864a35 10update-changelog.el --- stitch rcs2log output to ChangeLog
88463d07 11
78864a35 12Generated using: for f in *.el ; do sed -e 's/^....//g' -e '1q' $f ; done