aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 895e139670..63e199cf98 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,11 +1,11 @@
2002-07-11 Juanma Barranquero <[email protected]>
- * alloc.c, buffer.c, bytecode.c, callint.c, callproc.c, coding.c
- * composite.c, dired.c, dispnew.c, editfns.c, emacs.c, eval.c
- * fileio.c, fns.c, insdel.c, keyboard.c, keymap.c, lread.c, macfns.c
- * macmenu.c, minibuf.c, print.c, process.c, sound.c, textprop.c
- * w32fns.c, w32menu.c, window.c, xfaces.c, xmenu.c, xselect.c
- * xterm.c: Use SPECPDL_INDEX wherever makes sense.
+ * alloc.c, buffer.c, bytecode.c, callint.c, callproc.c, coding.c,
+ * composite.c, dired.c, dispnew.c, editfns.c, emacs.c, eval.c,
+ * fileio.c, fns.c, insdel.c, keyboard.c, keymap.c, lread.c, macfns.c,
+ * macmenu.c, macros.c, minibuf.c, print.c, process.c, sound.c,
+ * textprop.c, w32fns.c, w32menu.c, window.c, xfaces.c, xfns.c,
+ * xmenu.c, xselect.c, xterm.c: Use SPECPDL_INDEX wherever makes sense.
2002-07-10 Juanma Barranquero <[email protected]>