diff options
Diffstat (limited to 'src/ChangeLog.8')
-rw-r--r-- | src/ChangeLog.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ChangeLog.8 b/src/ChangeLog.8 index 121bf7d349c..978bf7e0429 100644 --- a/src/ChangeLog.8 +++ b/src/ChangeLog.8 @@ -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> |