aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/srecode/java.srt2
2 files changed, 5 insertions, 1 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index d2145fb811b..7bbc06fa4af 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12010-09-21 Eric Ludlam <zappo@gnu.org>
2
3 * srecode/java.srt: Make NAME be a prompt.
4
12010-08-22 Alex Harsanyi <harsanyi@mac.com> (tiny change) 52010-08-22 Alex Harsanyi <harsanyi@mac.com> (tiny change)
2 6
3 * emacs3.py: Import imp module and use it (Bug#5756). 7 * emacs3.py: Import imp module and use it (Bug#5756).
diff --git a/etc/srecode/java.srt b/etc/srecode/java.srt
index c449f0d77c9..d4cc986a323 100644
--- a/etc/srecode/java.srt
+++ b/etc/srecode/java.srt
@@ -83,7 +83,7 @@ public Class {{?NAME}} {{#PARENTS}}{{#FIRST}}extends {{/FIRST}}{{#NOTFIRST}}impl
83template include :blank 83template include :blank
84"An include statement." 84"An include statement."
85---- 85----
86import {{NAME}}; 86import {{?NAME}};
87---- 87----
88 88
89context misc 89context misc