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: Wed, 06 Feb 2002 09:59:11 -0500

Index: emacs/lisp/startup.el
diff -c emacs/lisp/startup.el:1.289 emacs/lisp/startup.el:1.290
*** emacs/lisp/startup.el:1.289 Tue Jan 29 08:54:39 2002
--- emacs/lisp/startup.el       Wed Feb  6 09:59:10 2002
***************
*** 1284,1290 ****
                                      "splash.xpm" "splash.pbm"))))
           (image-height (and img (cdr (image-size img))))
           (window-height (1- (window-height (selected-window)))))
!       (> window-height (+ image-height 15)))))
  
  
  (defun normal-splash-screen ()
--- 1284,1290 ----
                                      "splash.xpm" "splash.pbm"))))
           (image-height (and img (cdr (image-size img))))
           (window-height (1- (window-height (selected-window)))))
!       (> window-height (+ image-height 19)))))
  
  
  (defun normal-splash-screen ()



reply via email to

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