diff options
author | Kim F. Storm <storm@cua.dk> | 2003-01-28 23:49:11 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2003-01-28 23:49:11 +0000 |
commit | 88c717201f5d8e7f59b4654482250d4ce69cecc3 (patch) | |
tree | 9ebccb63596d75a35705f320699732ffb2f2785c /src/ChangeLog.8 | |
parent | 058c18c71f81821a99c17fe8fd959e3ae2314ce3 (diff) | |
download | emacs-88c717201f5d8e7f59b4654482250d4ce69cecc3.tar.gz |
Corrected misc. typos like missing : after file names,
missing file name suffixes, and * used as prefix on non-file entries.
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> |