>>689
保存されるよ.
バージョンによって違うのかな.

どうしても駄目なら

(defadvice auto-revert-buffers
(around save-cursor-position activate)
(let ((cp (point)))
ad-do-it
(goto-char cp)))

とでもしておくとかかな.