changeset 31736:64e334e97502

(fancy-splash-screen) <defgroup>: Fix syntax. Add :version here. (fancy-splash-delay, fancy-splash-image): Remove :version here.
author Dave Love <fx@gnu.org>
date Tue, 19 Sep 2000 17:04:52 +0000
parents 9d50fe5df6ce
children 93eca5fb26ae
files lisp/startup.el
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/startup.el	Tue Sep 19 16:25:43 2000 +0000
+++ b/lisp/startup.el	Tue Sep 19 17:04:52 2000 +0000
@@ -1,6 +1,6 @@
 ;;; 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
@@ -873,22 +873,21 @@
 `: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)