1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

Use less forking for indexing command.

Update index.
This commit is contained in:
Thien-Thi Nguyen 2001-11-19 21:55:57 +00:00
parent 97f439ab73
commit 78864a355c

View file

@ -1,11 +1,13 @@
Index Index
gud-guile.el --- Support for debugging guile internals
guile-c.el --- Guile C editing commands guile-c.el --- Guile C editing commands
guile-scheme.el --- Guile Scheme editing mode guile-scheme.el --- Guile Scheme editing mode
guile.el --- Emacs Guile interface guile.el --- Emacs Guile interface
multistring.el --- editing multiline strings. multistring.el --- editing multiline strings.
patch.el --- mail/apply a patch patch.el --- mail/apply a patch
ppexpand.el --- temporarily expanding macros in a pretty way. ppexpand.el --- temporarily expanding macros in a pretty way.
update-changelog.el --- stitch rcs2log output to ChangeLog
Generated using: (for f in *.el ; do head -1 $f ; done) | sed 's/^....//g' Generated using: for f in *.el ; do sed -e 's/^....//g' -e '1q' $f ; done