+2000-09-19 Dave Love <fx@gnu.org>
+
+ * startup.el (fancy-splash-screen) <defgroup>: Fix syntax. Add
+ :version here.
+ (fancy-splash-delay, fancy-splash-image): Remove :version here.
+
2000-09-19 Gerd Moellmann <gerd@gnu.org>
* progmodes/sh-script.el (sh-search-word): Remove call to
;;; startup.el --- process Emacs shell arguments
-;; Copyright (C) 1985, 86, 92, 94, 95, 96, 97, 1998, 1999 Free Software Foundation, Inc.
+;; Copyright (C) 1985, 86, 92, 94, 95, 96, 97, 98, 99, 2000 Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: internal
`:face FACE', like `fancy-splash-insert' accepts them.")
-(defgroup 'fancy-splash-screen
+(defgroup fancy-splash-screen ()
"Fancy splash screen when Emacs starts."
+ :version "21.1"
:group 'initialization)
(defcustom fancy-splash-delay 5
"Delay in seconds between splash screens."
:group 'fancy-splash-screen
- :version "21.1"
:type 'integer)
(defcustom fancy-splash-image "splash.xpm"
"The image to show in the splash screens."
:group 'fancy-splash-screen
- :version "21.1"
:type 'file)