emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/merge-cedet-tests 46053c1 010/316: Don't init sema


From: Edward John Steere
Subject: [Emacs-diffs] scratch/merge-cedet-tests 46053c1 010/316: Don't init semantic mode at this point
Date: Sat, 28 Jan 2017 09:09:42 +0000 (UTC)

branch: scratch/merge-cedet-tests
commit 46053c129b097e3abf4cd22f6eb36652de361839
Author: Eric Ludlam <address@hidden>
Commit: Edward John Steere <address@hidden>

    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 ea79231..9341334 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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]