# HG changeset patch # User Dave Love # Date 969383092 0 # Node ID 64e334e97502dd66ad216fa38143cdaa36010073 # Parent 9d50fe5df6ce949508367fa78f8e25e402bf767d (fancy-splash-screen) : Fix syntax. Add :version here. (fancy-splash-delay, fancy-splash-image): Remove :version here. diff -r 9d50fe5df6ce -r 64e334e97502 lisp/startup.el --- 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)