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