diff options
Diffstat (limited to 'lisp/cedet/semantic/analyze/debug.el')
| -rw-r--r-- | lisp/cedet/semantic/analyze/debug.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/analyze/debug.el b/lisp/cedet/semantic/analyze/debug.el index 6255bdf3005..adbd00d6187 100644 --- a/lisp/cedet/semantic/analyze/debug.el +++ b/lisp/cedet/semantic/analyze/debug.el | |||
| @@ -478,7 +478,7 @@ variable `semantic-dependency-system-include-path'.")) | |||
| 478 | (defun semantic-analyzer-debug-describe-scope (ctxt &optional classconstraint) | 478 | (defun semantic-analyzer-debug-describe-scope (ctxt &optional classconstraint) |
| 479 | "Describe the scope in CTXT for finding a global symbol. | 479 | "Describe the scope in CTXT for finding a global symbol. |
| 480 | Optional argument CLASSCONSTRAINT says to output to tags of that class." | 480 | Optional argument CLASSCONSTRAINT says to output to tags of that class." |
| 481 | (let* ((scope (oref ctxt :scope)) | 481 | (let* ((scope (slot-value ctxt 'scope)) |
| 482 | (parents (oref scope parents)) | 482 | (parents (oref scope parents)) |
| 483 | (cc (or classconstraint (oref ctxt prefixclass))) | 483 | (cc (or classconstraint (oref ctxt prefixclass))) |
| 484 | ) | 484 | ) |