2011-09-14 Chong Yidong <cyd@stupidchicken.com>
+ * replace.el (occur-mode-goto-occurrence): Don't force using other
+ window (Bug#9499).
+
* dired-aux.el (dired-do-chmod): Don't provide initial input.
2011-09-14 Martin Rudalics <rudalics@gmx.at>
;;;;;; dired-run-shell-command dired-do-shell-command dired-do-async-shell-command
;;;;;; dired-clean-directory dired-do-print dired-do-touch dired-do-chown
;;;;;; dired-do-chgrp dired-do-chmod dired-compare-directories dired-backup-diff
-;;;;;; dired-diff) "dired-aux" "dired-aux.el" "bbc9babe193843cad535d73492326c48")
+;;;;;; dired-diff) "dired-aux" "dired-aux.el" "0ffe89ae728efb341dfacff6c85e2ba4")
;;; Generated autoloads from dired-aux.el
(autoload 'dired-diff "dired-aux" "\
(save-excursion
(goto-char (posn-point (event-end event)))
(occur-mode-find-occurrence))))))
- (pop-to-buffer (marker-buffer pos) t)
+ (pop-to-buffer (marker-buffer pos))
(goto-char pos)
(run-hooks 'occur-mode-find-occurrence-hook)))