aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2002-07-11 16:38:58 +0000
committerJuanma Barranquero <[email protected]>2002-07-11 16:38:58 +0000
commit71c5e9bb2c7f217e268f286d6dffc4b1bf2673d0 (patch)
treeb61ca374d3bb5dde8c0cd29b176884f11565dc20
parent65b21658119ab3b1ffab17f38709db33bcba2185 (diff)
*** empty log message ***
-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]>