Mercurial > emacs
changeset 32617:5bc952938b50
(fancy-splash-screens): Use fancy-splash-delay.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 18 Oct 2000 14:27:20 +0000 |
parents | 21ca5e42d4f6 |
children | 384f8d14fafb |
files | lisp/startup.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)