From: Eric Ludlam Date: Sun, 16 Sep 2012 16:10:17 +0000 (-0400) Subject: Don't init semantic mode at this point X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=46053c129b097e3abf4cd22f6eb36652de361839;p=emacs.git 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. --- 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)