aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2000-01-19 14:59:52 +0000
committerDave Love2000-01-19 14:59:52 +0000
commit60af03f1c89dfbb160e65e5bf21d417b3b463a49 (patch)
tree2ac25fb7df5ddc707d2e28143c1c33478ff5a2f9 /src
parent46cfd295a9945e0e1a04a491d78656b5e8702681 (diff)
downloademacs-60af03f1c89dfbb160e65e5bf21d417b3b463a49.tar.gz
emacs-60af03f1c89dfbb160e65e5bf21d417b3b463a49.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 60cdfa59865..3edfe5a6d72 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12000-01-19 Dave Love <fx@gnu.org>
2
3 * lread.c: (syms_of_lread) [user-init-file]: Doc change.
4
12000-01-18 Kenichi Handa <handa@etl.go.jp> 52000-01-18 Kenichi Handa <handa@etl.go.jp>
2 6
3 * regex.c (re_compile_fastmap): While checking a range table for 7 * regex.c (re_compile_fastmap): While checking a range table for
@@ -1455,7 +1459,7 @@
1455 compilation on USE_TEXT_PROPERTIES. 1459 compilation on USE_TEXT_PROPERTIES.
1456 1460
1457 * Fbyte_code: Use block statements in cases and declare v1 and v2 1461 * Fbyte_code: Use block statements in cases and declare v1 and v2
1458 locally there. Rearrange case statements so that thos most 1462 locally there. Rearrange case statements so that those most
1459 frequently executed come first. Avoid goto's in frequently 1463 frequently executed come first. Avoid goto's in frequently
1460 executed cases. 1464 executed cases.
1461 1465