From: Dave Love Date: Tue, 19 Sep 2000 17:05:18 +0000 (+0000) Subject: (fancy-splash-screen) : Fix syntax. Add X-Git-Tag: emacs-pretest-21.0.90~1510 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fb275c02f5ffa0bb928d0d42b5e16a3000295b9b;p=emacs.git (fancy-splash-screen) : Fix syntax. Add :version here. (fancy-splash-delay, fancy-splash-image): Remove :version here. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a730d58f89d..8a59d57101c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2000-09-19 Dave Love + + * startup.el (fancy-splash-screen) : Fix syntax. Add + :version here. + (fancy-splash-delay, fancy-splash-image): Remove :version here. + 2000-09-19 Gerd Moellmann * progmodes/sh-script.el (sh-search-word): Remove call to diff --git a/lisp/startup.el b/lisp/startup.el index 8d7f62319a1..cacde7396d7 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -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 @@ Each element in the list should be a list of strings or pairs `: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)