diff options
Diffstat (limited to 'lisp/cedet/semantic')
| -rw-r--r-- | lisp/cedet/semantic/scope.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/scope.el b/lisp/cedet/semantic/scope.el index ea4903c70ea..937936032d2 100644 --- a/lisp/cedet/semantic/scope.el +++ b/lisp/cedet/semantic/scope.el | |||
| @@ -725,7 +725,7 @@ The class returned from the scope calculation is variable | |||
| 725 | (oset scopecache localargs localargs) | 725 | (oset scopecache localargs localargs) |
| 726 | (oset scopecache localvar localvar) | 726 | (oset scopecache localvar localvar) |
| 727 | ))) | 727 | ))) |
| 728 | ;; Make sure we become dependant on the typecache. | 728 | ;; Make sure we become dependent on the typecache. |
| 729 | (semanticdb-typecache-add-dependant scopecache) | 729 | (semanticdb-typecache-add-dependant scopecache) |
| 730 | ;; Handy debug output. | 730 | ;; Handy debug output. |
| 731 | (when (called-interactively-p 'any) | 731 | (when (called-interactively-p 'any) |