Function: exit-splash-screen
exit-splash-screen is an interactive and byte-compiled function
defined in startup.el.gz.
Signature
(exit-splash-screen)
Documentation
Stop displaying the splash screen buffer.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/startup.el.gz
(defun exit-splash-screen ()
"Stop displaying the splash screen buffer."
(interactive)
(quit-window t))