aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/cedet/semantic/ia.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/ia.el b/lisp/cedet/semantic/ia.el
index d4201fcf51f..625c3ae9757 100644
--- a/lisp/cedet/semantic/ia.el
+++ b/lisp/cedet/semantic/ia.el
@@ -322,7 +322,7 @@ This helper manages the mark, buffer switching, and pulsing."
322 (semantic-go-to-tag dest) 322 (semantic-go-to-tag dest)
323 ;; 3) go-to-tag doesn't switch the buffer in the current window, 323 ;; 3) go-to-tag doesn't switch the buffer in the current window,
324 ;; so it is like find-file-noselect. Bring it forward. 324 ;; so it is like find-file-noselect. Bring it forward.
325 (switch-to-buffer (current-buffer)) 325 (pop-to-buffer-same-window (current-buffer))
326 ;; 4) Fancy pulsing. 326 ;; 4) Fancy pulsing.
327 (pulse-momentary-highlight-one-line (point)) 327 (pulse-momentary-highlight-one-line (point))
328 ) 328 )