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 585f1a7c754..8f9bbade4d4 100644 --- a/lisp/cedet/semantic/analyze/refs.el +++ b/lisp/cedet/semantic/analyze/refs.el @@ -102,7 +102,8 @@ Use `semantic-analyze-current-tag' to debug this fcn." ;; into the context. (cl-defmethod semantic-analyze-refs-impl ((refs semantic-analyze-references) &optional in-buffer) "Return the implementations derived in the reference analyzer REFS. -Optional argument IN-BUFFER indicates that the returned tag should be in an active buffer." +Optional argument IN-BUFFER indicates that the returned tag +should be in an active buffer." (let ((allhits (oref refs rawsearchdata)) (tag (oref refs tag)) (impl nil) @@ -127,7 +128,8 @@ Optional argument IN-BUFFER indicates that the returned tag should be in an acti (cl-defmethod semantic-analyze-refs-proto ((refs semantic-analyze-references) &optional in-buffer) "Return the prototypes derived in the reference analyzer REFS. -Optional argument IN-BUFFER indicates that the returned tag should be in an active buffer." +Optional argument IN-BUFFER indicates that the returned tag +should be in an active buffer." (let ((allhits (oref refs rawsearchdata)) (tag (oref refs tag)) (proto nil)) |