mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* semantic/db-find.el
(semanticdb-find-translate-path-brutish-default): If we don't yet have a proper table for PATH, use `semanticdb-current-database' instead (bug #10343).
This commit is contained in:
parent
225979daf9
commit
41bf0c4844
2 changed files with 11 additions and 2 deletions
|
|
@ -325,8 +325,10 @@ Default action as described in `semanticdb-find-translate-path'."
|
|||
(cond ((null path) semanticdb-current-database)
|
||||
((semanticdb-table-p path) (oref path parent-db))
|
||||
(t (let ((tt (semantic-something-to-tag-table path)))
|
||||
;; @todo - What does this DO ??!?!
|
||||
(with-current-buffer (semantic-tag-buffer (car tt))
|
||||
(if tt
|
||||
;; @todo - What does this DO ??!?!
|
||||
(with-current-buffer (semantic-tag-buffer (car tt))
|
||||
semanticdb-current-database)
|
||||
semanticdb-current-database))))))
|
||||
(apply
|
||||
#'nconc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue