comparison lisp/prim/startup.el @ 76:c0c698873ce1 r20-0b33

Import from CVS: tag r20-0b33
author cvs
date Mon, 13 Aug 2007 09:05:10 +0200
parents b9518feda344
children 360340f9fd5f
comparison
equal deleted inserted replaced
75:a4e0195b387b 76:c0c698873ce1
37 37
38 (setq top-level '(normal-top-level)) 38 (setq top-level '(normal-top-level))
39 39
40 (defvar command-line-processed nil "t once command line has been processed") 40 (defvar command-line-processed nil "t once command line has been processed")
41 41
42 (defconst startup-message-timeout 120) 42 (defconst startup-message-timeout 1200) ; More or less disable the timeout
43 43
44 (defconst inhibit-startup-message nil 44 (defconst inhibit-startup-message nil
45 "*Non-nil inhibits the initial startup message. 45 "*Non-nil inhibits the initial startup message.
46 This is for use in your personal init file, once you are familiar 46 This is for use in your personal init file, once you are familiar
47 with the contents of the startup message.") 47 with the contents of the startup message.")