emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/replace.el


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/replace.el
Date: Mon, 28 Nov 2005 14:18:52 -0500

Index: emacs/lisp/replace.el
diff -c emacs/lisp/replace.el:1.230 emacs/lisp/replace.el:1.231
*** emacs/lisp/replace.el:1.230 Wed Nov  9 07:41:48 2005
--- emacs/lisp/replace.el       Mon Nov 28 19:18:51 2005
***************
*** 770,776 ****
    "Go to the occurrence the current line describes."
    (interactive)
    (let ((pos (occur-mode-find-occurrence)))
!     (switch-to-buffer (marker-buffer pos))
      (goto-char pos)))
  
  (defun occur-mode-goto-occurrence-other-window ()
--- 770,776 ----
    "Go to the occurrence the current line describes."
    (interactive)
    (let ((pos (occur-mode-find-occurrence)))
!     (pop-to-buffer (marker-buffer pos))
      (goto-char pos)))
  
  (defun occur-mode-goto-occurrence-other-window ()




reply via email to

[Prev in Thread] Current Thread [Next in Thread]