--- emacs-22.2/src/lread.c 2008-01-10 21:16:15.000000000 +0900 +++ emacs-22.2tmp/src/lread.c 2008-06-21 22:20:52.000000000 +0900 @@ -1003,7 +1003,7 @@ Return t if the file exists and loads su if (! NILP (Vpurify_flag)) Vpreloaded_file_list = Fcons (file, Vpreloaded_file_list); - if (NILP (nomessage)) + if (!noninteractive && NILP (nomessage)) { if (!safe_p) message_with_string ("Loading %s (compiled; note unsafe, not compiled in Emacs)...",