Disabling emacs splash screen

If you want to disable emacs splash screen startup message you should enter following lines into your ~/.emacs file:

;;disable splash screen and startup message
(setq inhibit-startup-message t) 
(setq initial-scratch-message nil)