diff src/ChangeLog.8 @ 49505:1aba10ab73b4

Corrected misc. typos like missing : after file names, missing file name suffixes, and * used as prefix on non-file entries.
author Kim F. Storm <storm@cua.dk>
date Tue, 28 Jan 2003 23:49:11 +0000
parents c1a9d25fa0b7
children 23a1cea22d13
line wrap: on
line diff
--- a/src/ChangeLog.8	Tue Jan 28 18:46:07 2003 +0000
+++ b/src/ChangeLog.8	Tue Jan 28 23:49:11 2003 +0000
@@ -1187,10 +1187,10 @@
 	* alloc.c, buffer.c, editfns.c, xdisp.c: Remove conditional
 	compilation on USE_TEXT_PROPERTIES.
 
-	* Fbyte_code: Use block statements in cases and declare v1 and v2
-	locally there.  Rearrange case statements so that those most
-	frequently executed come first.  Avoid goto's in frequently
-	executed cases.
+	* bytecode.c (Fbyte_code): Use block statements in cases and
+	declare v1 and v2 locally there.  Rearrange case statements so
+	that those most frequently executed come first.  Avoid goto's in
+	frequently executed cases.
 
 1999-11-05  Gerd Moellmann  <gerd@gnu.org>