+2000-10-18 Gerd Moellmann <gerd@gnu.org>
+
+ * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
+ Use fancy-splash-delay.
+
2000-10-18 Miles Bader <miles@gnu.org>
* comint.el (comint-delete-output): Renamed from `comint-kill-output'.
* info.el (Info-title-1-face, Info-title-2-face)
(Info-title-3-face): Define colors for tty's.
- (info-header-node): Remove unneded tty-specific definition.
+ (info-header-node): Remove unneeded tty-specific definition.
2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
buffer-undo-list t
mode-line-format
(propertize "---- %b %-" 'face '(:weight bold))
- timer (run-with-timer 0 5 #'fancy-splash-screens-1
+ timer (run-with-timer 0 fancy-splash-delay
+ #'fancy-splash-screens-1
splash-buffer))
(recursive-edit))
(cancel-timer timer)