emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 25f83fa: ; Indentation fixes


From: Dmitry Gutov
Subject: [Emacs-diffs] emacs-26 25f83fa: ; Indentation fixes
Date: Thu, 19 Oct 2017 06:03:45 -0400 (EDT)

branch: emacs-26
commit 25f83fa7c527f318b6e53c8a9ae32bdc629b32c2
Author: Bastian Beischer <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    ; Indentation fixes
---
 lisp/cedet/semantic/decorate/include.el | 2 +-
 lisp/cedet/semantic/senator.el          | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/cedet/semantic/decorate/include.el 
b/lisp/cedet/semantic/decorate/include.el
index 9f1825d..975ba34 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 70e0447..ea796dd 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))



reply via email to

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