* lisp/simple (process-menu-delete-process): After the process has being deleted and the current buffer reverted the point is set at (point-min). In the other hand, when the file (buffer) at point is deleted with dired-do-delete (ibuffer-do-delete), after the current buffer is reverted, the point is set in the line right after (before) the line we just have deleted. This patch follow similar behaviour as dired. Maybe ibuffer should also follow dired on this, but that is a minor thing.