From: Bastian Beischer Date: Thu, 19 Oct 2017 10:03:11 +0000 (+0300) Subject: ; Indentation fixes X-Git-Tag: emacs-26.0.91~520 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=25f83fa7c5;p=emacs.git ; Indentation fixes --- diff --git a/lisp/cedet/semantic/decorate/include.el b/lisp/cedet/semantic/decorate/include.el index 9f1825d4208..975ba343469 100644 --- a/lisp/cedet/semantic/decorate/include.el +++ b/lisp/cedet/semantic/decorate/include.el @@ -467,7 +467,7 @@ its contents. (error "Could not location include %s" (semantic-tag-name tag))) ((get-file-buffer file) - (pop-to-buffer-same-window (get-file-buffer file))) + (pop-to-buffer-same-window (get-file-buffer file))) ((stringp file) (find-file file)) )))) diff --git a/lisp/cedet/semantic/senator.el b/lisp/cedet/semantic/senator.el index 70e04475ab2..ea796dd19f9 100644 --- a/lisp/cedet/semantic/senator.el +++ b/lisp/cedet/semantic/senator.el @@ -530,11 +530,11 @@ Some tags such as includes have other reference features." ;; A tag ((semantic-tag-p result) (semantic-go-to-tag result) - (pop-to-buffer-same-window (current-buffer)) + (pop-to-buffer-same-window (current-buffer)) (semantic-momentary-highlight-tag result)) ;; Buffers ((bufferp result) - (pop-to-buffer-same-window result) + (pop-to-buffer-same-window result) (pulse-momentary-highlight-one-line (point))) ;; Files ((and (stringp result) (file-exists-p result))