Fix semantic-ia-fast-jump
* lisp/cedet/semantic/ia.el (semantic-ia--fast-jump-helper): Use `pop-to-buffer-same-window' (bug#28645).
This commit is contained in:
parent
5b45e7e1c3
commit
8b2ab5014b
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@ This helper manages the mark, buffer switching, and pulsing."
|
||||||
(semantic-go-to-tag dest)
|
(semantic-go-to-tag dest)
|
||||||
;; 3) go-to-tag doesn't switch the buffer in the current window,
|
;; 3) go-to-tag doesn't switch the buffer in the current window,
|
||||||
;; so it is like find-file-noselect. Bring it forward.
|
;; so it is like find-file-noselect. Bring it forward.
|
||||||
(switch-to-buffer (current-buffer))
|
(pop-to-buffer-same-window (current-buffer))
|
||||||
;; 4) Fancy pulsing.
|
;; 4) Fancy pulsing.
|
||||||
(pulse-momentary-highlight-one-line (point))
|
(pulse-momentary-highlight-one-line (point))
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue