]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't init semantic mode at this point
authorEric Ludlam <zappo@gnu.org>
Sun, 16 Sep 2012 16:10:17 +0000 (12:10 -0400)
committerEdward John Steere <edward.steere@gmail.com>
Wed, 25 Jan 2017 15:47:55 +0000 (17:47 +0200)
* 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

index ea79231214818eee547044b6f4a8cea60f64912b..934133436f6501266dbd3508b61d29dccbe3ddad 100644 (file)
@@ -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)