From 46053c129b097e3abf4cd22f6eb36652de361839 Mon Sep 17 00:00:00 2001 From: Eric Ludlam Date: Sun, 16 Sep 2012 12:10:17 -0400 Subject: [PATCH] Don't init semantic mode at this point * test/manual/cedet/cit-load.el: cedet-integ-test.el (cit-srecode-fill-with-stuff): Stop initializing semantic-mode. cit-load.el Turn on semantic-mode. --- test/manual/cedet/cit-load.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/manual/cedet/cit-load.el b/test/manual/cedet/cit-load.el index ea792312148..934133436f6 100644 --- a/test/manual/cedet/cit-load.el +++ b/test/manual/cedet/cit-load.el @@ -47,6 +47,9 @@ ;; and will be forced to bootstrap a new one. (setq srecode-map-save-file nil) +;; Turn on Semantic +(semantic-mode 1) + ;; Disable asking lots of questions while the tests are running. (setq ede-project-directories t) -- 2.39.2