Initial revision
[bpt/guile.git] / emacs / README
1 Index
2
3 guile-c.el --- Guile C editing commands
4 guile-scheme.el --- Guile Scheme editing mode
5 guile.el --- Emacs Guile interface
6 multistring.el --- editing multiline strings.
7 patch.el --- mail/apply a patch
8 ppexpand.el --- temporarily expanding macros in a pretty way.
9
10
11 Generated using: (for f in *.el ; do head -1 $f ; done) | sed 's/^....//g'