projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9508c3b
)
lisp/cedet/semantic/scope.el (semantic-analyze-show): Fix require.
author
Chong Yidong
<cyd@stupidchicken.com>
Fri, 11 Sep 2009 01:17:46 +0000
(
01:17
+0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Fri, 11 Sep 2009 01:17:46 +0000
(
01:17
+0000)
lisp/cedet/semantic/scope.el
patch
|
blob
|
history
diff --git
a/lisp/cedet/semantic/scope.el
b/lisp/cedet/semantic/scope.el
index a8654e90c07c485e70ed2b00fef2e367f3558553..30b394d4a07ba7722b5c160cfab945879af10ca7 100644
(file)
--- a/
lisp/cedet/semantic/scope.el
+++ b/
lisp/cedet/semantic/scope.el
@@
-796,7
+796,7
@@
hits in order, with the first tag being in the closest scope."
;;
(defmethod semantic-analyze-show ((context semantic-scope-cache))
"Insert CONTEXT into the current buffer in a nice way."
- (require 'semantic
-
analyze)
+ (require 'semantic
/
analyze)
(semantic-analyze-princ-sequence (oref context scopetypes) "-> ScopeTypes: " )
(semantic-analyze-princ-sequence (oref context parents) "-> Parents: " )
(semantic-analyze-princ-sequence (oref context scope) "-> Scope: " )