Mercurial > emacs
changeset 31722:7c35dd8b31dc
(fancy-splash-delay, fancy-splash-image): Add
version.
(fancy-splash-screen): Defgroup.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 19 Sep 2000 14:59:33 +0000 |
parents | 6aac1108212b |
children | 8162eb7a8a98 |
files | lisp/startup.el |
diffstat | 1 files changed, 9 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/startup.el Tue Sep 19 14:55:58 2000 +0000 +++ b/lisp/startup.el Tue Sep 19 14:59:33 2000 +0000 @@ -873,15 +873,22 @@ `:face FACE', like `fancy-splash-insert' accepts them.") +(defgroup 'fancy-splash-screen + "Fancy splash screen when Emacs starts." + :group 'initialization) + + (defcustom fancy-splash-delay 5 "Delay in seconds between splash screens." - :group 'splash-screen + :group 'fancy-splash-screen + :version "21.1" :type 'integer) (defcustom fancy-splash-image "splash.xpm" "The image to show in the splash screens." - :group 'splash-screen + :group 'fancy-splash-screen + :version "21.1" :type 'file)