changeset 46296:8bc526e9d28b

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 11 Jul 2002 16:38:58 +0000
parents b77ef572e1c9
children e3a0f935c9c5
files src/ChangeLog
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Thu Jul 11 15:24:13 2002 +0000
+++ b/src/ChangeLog	Thu Jul 11 16:38:58 2002 +0000
@@ -1,11 +1,11 @@
 2002-07-11  Juanma Barranquero  <lektu@terra.es>
 
-	* 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  <lektu@terra.es>