emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/startup.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/startup.el
Date: Sun, 17 Apr 2005 12:00:20 -0400

Index: emacs/lisp/startup.el
diff -c emacs/lisp/startup.el:1.352 emacs/lisp/startup.el:1.353
*** emacs/lisp/startup.el:1.352 Sat Apr 16 00:24:02 2005
--- emacs/lisp/startup.el       Sun Apr 17 16:00:20 2005
***************
*** 1085,1099 ****
    :group 'initialization)
  
  
! (defcustom fancy-splash-delay 10
    "*Delay in seconds between splash screens."
    :group 'fancy-splash-screen
    :type 'integer)
  
  
! (defcustom fancy-splash-max-time 60
    "*Show splash screens for at most this number of seconds.
! Values less than 60 seconds are ignored."
    :group 'fancy-splash-screen
    :type 'integer)
  
--- 1085,1099 ----
    :group 'initialization)
  
  
! (defcustom fancy-splash-delay 7
    "*Delay in seconds between splash screens."
    :group 'fancy-splash-screen
    :type 'integer)
  
  
! (defcustom fancy-splash-max-time 30
    "*Show splash screens for at most this number of seconds.
! Values less than twice `fancy-splash-delay' are ignored."
    :group 'fancy-splash-screen
    :type 'integer)
  
***************
*** 1271,1277 ****
                    mode-line-format (propertize "---- %b %-"
                                                 'face '(:weight bold))
                    fancy-splash-stop-time (+ (float-time)
!                                             (max 60 fancy-splash-max-time))
                    timer (run-with-timer 0 fancy-splash-delay
                                          #'fancy-splash-screens-1
                                          splash-buffer))
--- 1271,1277 ----
                    mode-line-format (propertize "---- %b %-"
                                                 'face '(:weight bold))
                    fancy-splash-stop-time (+ (float-time)
!                                             fancy-splash-max-time)
                    timer (run-with-timer 0 fancy-splash-delay
                                          #'fancy-splash-screens-1
                                          splash-buffer))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]