diff options
| author | Bastian Beischer | 2017-10-19 13:03:11 +0300 |
|---|---|---|
| committer | Dmitry Gutov | 2017-10-19 13:03:27 +0300 |
| commit | 25f83fa7c527f318b6e53c8a9ae32bdc629b32c2 (patch) | |
| tree | 8a80ca7254d456f261cb9fb46af0f82b19ad448b | |
| parent | 4d578d432d4cf1e6826f3c07d119017940dd8e6e (diff) | |
| download | emacs-25f83fa7c527f318b6e53c8a9ae32bdc629b32c2.tar.gz emacs-25f83fa7c527f318b6e53c8a9ae32bdc629b32c2.zip | |
; Indentation fixes
| -rw-r--r-- | lisp/cedet/semantic/decorate/include.el | 2 | ||||
| -rw-r--r-- | 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 9f1825d4208..975ba343469 100644 --- a/lisp/cedet/semantic/decorate/include.el +++ b/lisp/cedet/semantic/decorate/include.el | |||
| @@ -467,7 +467,7 @@ its contents. | |||
| 467 | (error "Could not location include %s" | 467 | (error "Could not location include %s" |
| 468 | (semantic-tag-name tag))) | 468 | (semantic-tag-name tag))) |
| 469 | ((get-file-buffer file) | 469 | ((get-file-buffer file) |
| 470 | (pop-to-buffer-same-window (get-file-buffer file))) | 470 | (pop-to-buffer-same-window (get-file-buffer file))) |
| 471 | ((stringp file) | 471 | ((stringp file) |
| 472 | (find-file file)) | 472 | (find-file file)) |
| 473 | )))) | 473 | )))) |
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." | |||
| 530 | ;; A tag | 530 | ;; A tag |
| 531 | ((semantic-tag-p result) | 531 | ((semantic-tag-p result) |
| 532 | (semantic-go-to-tag result) | 532 | (semantic-go-to-tag result) |
| 533 | (pop-to-buffer-same-window (current-buffer)) | 533 | (pop-to-buffer-same-window (current-buffer)) |
| 534 | (semantic-momentary-highlight-tag result)) | 534 | (semantic-momentary-highlight-tag result)) |
| 535 | ;; Buffers | 535 | ;; Buffers |
| 536 | ((bufferp result) | 536 | ((bufferp result) |
| 537 | (pop-to-buffer-same-window result) | 537 | (pop-to-buffer-same-window result) |
| 538 | (pulse-momentary-highlight-one-line (point))) | 538 | (pulse-momentary-highlight-one-line (point))) |
| 539 | ;; Files | 539 | ;; Files |
| 540 | ((and (stringp result) (file-exists-p result)) | 540 | ((and (stringp result) (file-exists-p result)) |