From 0a3b3f9e131bc5f0cf8034326d14d7737a6162b3 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Fri, 11 Sep 2009 01:17:46 +0000 Subject: [PATCH] lisp/cedet/semantic/scope.el (semantic-analyze-show): Fix require. --- lisp/cedet/semantic/scope.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/cedet/semantic/scope.el b/lisp/cedet/semantic/scope.el index a8654e90c07..30b394d4a07 100644 --- 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: " ) -- 2.39.5