]> git.eshelyaron.com Git - emacs.git/commitdiff
; Indentation fixes
authorBastian Beischer <bastian.beischer@gmail.com>
Thu, 19 Oct 2017 10:03:11 +0000 (13:03 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Thu, 19 Oct 2017 10:03:27 +0000 (13:03 +0300)
lisp/cedet/semantic/decorate/include.el
lisp/cedet/semantic/senator.el

index 9f1825d4208735d0a2a065866b22bda2cc5c4441..975ba34346991323001b68222c6e8f68aada8052 100644 (file)
@@ -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))
        ))))
index 70e04475ab260237c300ddc878db5c9dceebdb9b..ea796dd19f92220b697de700f9b579551f334c39 100644 (file)
@@ -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))