Mercurial > hg > xemacs-beta
comparison lisp/prim/startup.el @ 10:49a24b4fd526 r19-15b6
Import from CVS: tag r19-15b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:47:52 +0200 |
parents | 27bc7f280385 |
children | 0293115a14e9 |
comparison
equal
deleted
inserted
replaced
9:6f2bbbbbe05a | 10:49a24b4fd526 |
---|---|
113 | 113 |
114 (setq top-level '(normal-top-level)) | 114 (setq top-level '(normal-top-level)) |
115 | 115 |
116 (defvar command-line-processed nil "t once command line has been processed") | 116 (defvar command-line-processed nil "t once command line has been processed") |
117 | 117 |
118 (defconst startup-message-timeout 120) | 118 (defconst startup-message-timeout 1200) ; More or less disable the timeout |
119 | 119 |
120 (defconst inhibit-startup-message nil | 120 (defconst inhibit-startup-message nil |
121 "*Non-nil inhibits the initial startup message. | 121 "*Non-nil inhibits the initial startup message. |
122 This is for use in your personal init file, once you are familiar | 122 This is for use in your personal init file, once you are familiar |
123 with the contents of the startup message.") | 123 with the contents of the startup message.") |