# HG changeset patch # User Gerd Moellmann # Date 971879240 0 # Node ID 5bc952938b50efcff2cc859c74b4da9962258575 # Parent 21ca5e42d4f63e62adc4190dd78f38cee832c117 (fancy-splash-screens): Use fancy-splash-delay. diff -r 21ca5e42d4f6 -r 5bc952938b50 lisp/startup.el --- a/lisp/startup.el Wed Oct 18 14:23:10 2000 +0000 +++ b/lisp/startup.el Wed Oct 18 14:27:20 2000 +0000 @@ -1017,7 +1017,8 @@ 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)