+2000-01-19 Dave Love <fx@gnu.org>
+
+ * startup.el (command-line): Check for compiled user-init-file and
+ set to uncompiled version if necessary.
+
2000-01-18 Gerd Moellmann <gerd@gnu.org>
* mail/undigest.el (rmail-digest-end-regexp): New user option.
+2000-01-19 Dave Love <fx@gnu.org>
+
+ * lread.c: (syms_of_lread) [user-init-file]: Doc change.
+
2000-01-18 Kenichi Handa <handa@etl.go.jp>
* regex.c (re_compile_fastmap): While checking a range table for
compilation on USE_TEXT_PROPERTIES.
* Fbyte_code: Use block statements in cases and declare v1 and v2
- locally there. Rearrange case statements so that thos most
+ locally there. Rearrange case statements so that those most
frequently executed come first. Avoid goto's in frequently
executed cases.