Index: wp-includes/admin-bar.php
===================================================================
--- wp-includes/admin-bar.php	(revision 22964)
+++ wp-includes/admin-bar.php	(working copy)
@@ -428,6 +428,7 @@
 
 		if ( 'post' == $current_screen->base
 			&& 'add' != $current_screen->action
+			&& 'auto-draft' != get_post_status( $post )
 			&& ( $post_type_object = get_post_type_object( $post->post_type ) )
 			&& current_user_can( $post_type_object->cap->read_post, $post->ID )
 			&& ( $post_type_object->public )
