From 78864a355c21e2421ef7350c0b51256cca69c1d0 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Mon, 19 Nov 2001 21:55:57 +0000 Subject: [PATCH] Use less forking for indexing command. Update index. --- emacs/README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/emacs/README b/emacs/README index 49229a242..73e021581 100644 --- a/emacs/README +++ b/emacs/README @@ -1,11 +1,13 @@ 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 head -1 $f ; done) | sed 's/^....//g' +Generated using: for f in *.el ; do sed -e 's/^....//g' -e '1q' $f ; done