From 6914b949a35f45c54a18c75a854a8f3c810f079b Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 29 Aug 2009 20:17:13 +0000 Subject: [PATCH] cedet/semantic/ia.el: Don't require senator. --- lisp/cedet/semantic/ia.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/cedet/semantic/ia.el b/lisp/cedet/semantic/ia.el index eadf89439ab..5db798685e2 100644 --- a/lisp/cedet/semantic/ia.el +++ b/lisp/cedet/semantic/ia.el @@ -35,7 +35,7 @@ ;; fast-jump. For a virtual method, offer some of the possible ;; implementations in various sub-classes. -(require 'senator) +;; (require 'senator) (require 'semantic/analyze) (require 'pulse) (eval-when-compile -- 2.39.5