*** replace.el 09 Mar 2007 06:07:54 +0100 1.253 --- replace.el 09 Mar 2007 08:09:07 +0100 *************** *** 844,850 **** #'next-single-property-change) "No more matches") ;; In case the *Occur* buffer is visible in a nonselected window. ! (set-window-point (get-buffer-window (current-buffer)) (point)) (occur-mode-goto-occurrence))) (defface match --- 844,850 ---- #'next-single-property-change) "No more matches") ;; In case the *Occur* buffer is visible in a nonselected window. ! (set-window-point (get-buffer-window (current-buffer) t) (point)) (occur-mode-goto-occurrence))) (defface match