Index: scope.el =================================================================== RCS file: /sources/emacs/emacs/lisp/cedet/semantic/Attic/scope.el,v retrieving revision 1.1.2.4 diff -u -r1.1.2.4 scope.el --- scope.el 6 Sep 2009 21:22:06 -0000 1.1.2.4 +++ scope.el 9 Sep 2009 16:04:35 -0000 @@ -796,7 +796,7 @@ ;; (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: " )