Mercurial > hg > xemacs-beta
diff lisp/startup.el @ 294:4b85ae5eabfb r21-0b45
Import from CVS: tag r21-0b45
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:38:01 +0200 |
parents | c9fe270a4101 |
children | 33bdb3d4b97f |
line wrap: on
line diff
--- a/lisp/startup.el Mon Aug 13 10:37:16 2007 +0200 +++ b/lisp/startup.el Mon Aug 13 10:38:01 2007 +0200 @@ -979,15 +979,17 @@ For tips and answers to frequently asked questions, see the XEmacs FAQ. \(It's on the Help menu, or type " (key xemacs-local-faq) " [a capital F!].\)")))) -(defvar xemacs-startup-logo-function nil - "If non-nil, function called to provide the startup logo. -This function should return an initialized glyph if it is used.") +;; I really hate global variables, oh well. +;(defvar xemacs-startup-logo-function nil +; "If non-nil, function called to provide the startup logo. +;This function should return an initialized glyph if it is used.") (defun startup-splash-frame () (let ((p (point)) - (logo (cond (xemacs-startup-logo-function - (funcall xemacs-startup-logo-function)) - (t xemacs-logo))) +; (logo (cond (xemacs-startup-logo-function +; (funcall xemacs-startup-logo-function)) +; (t xemacs-logo))) + (logo xemacs-logo) (cramped-p (eq 'tty (console-type)))) (unless cramped-p (insert "\n")) (indent-to (startup-center-spaces logo))