diff options
Diffstat (limited to 'lisp/cedet/semantic/analyze')
-rw-r--r-- | lisp/cedet/semantic/analyze/refs.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/cedet/semantic/analyze/refs.el b/lisp/cedet/semantic/analyze/refs.el index 93dd710a67d..b06a8a2c5aa 100644 --- a/lisp/cedet/semantic/analyze/refs.el +++ b/lisp/cedet/semantic/analyze/refs.el @@ -118,7 +118,8 @@ Optional argument IN-BUFFER indicates that the returned tag should be in an acti (semantic-tag-similar-p tag aT :prototype-flag :parent - :typemodifiers)) + :typemodifiers + :default-value)) (when in-buffer (save-excursion (semantic-go-to-tag aT aDB))) (push aT impl)))) allhits) @@ -141,7 +142,8 @@ Optional argument IN-BUFFER indicates that the returned tag should be in an acti (semantic-tag-similar-p tag aT :prototype-flag :parent - :typemodifiers)) + :typemodifiers + :default-value)) (when in-buffer (save-excursion (semantic-go-to-tag aT aDB))) (push aT proto)))) allhits) |