version.
(fancy-splash-screen): Defgroup.
2000-09-19 Gerd Moellmann <gerd@gnu.org>
+ * startup.el (fancy-splash-delay, fancy-splash-image): Add
+ :version.
+ (fancy-splash-screen): Defgroup.
+
* add-log.el (change-log-font-lock-keywords): Match names
more exactly for the case that font-lock-constant-face is
underlined.
`: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)