Fix: semantic-ia.el file not found if used builin Emacs 23.2 CEDET.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 27 Sep 2010 10:52:03 +0300
changeset 484 b05f06b693cd
parent 483 91dccb2e72f4
child 485 28f82b8f4f46
Fix: semantic-ia.el file not found if used builin Emacs 23.2 CEDET.
.emacs-my
--- a/.emacs-my	Mon Sep 27 10:50:50 2010 +0300
+++ b/.emacs-my	Mon Sep 27 10:52:03 2010 +0300
@@ -1036,6 +1036,7 @@
     (semantic-load-enable-guady-code-helpers)
     ;; (global-srecode-minor-mode 1)
     (require 'semanticdb)
+    (require 'semantic-ia)
     )
 
   (global-ede-mode t)
@@ -1069,7 +1070,6 @@
       )
     )
 
-  (require 'semantic-ia)
   (global-set-key (kbd "C-c , .") 'semantic-ia-fast-jump)
   (global-set-key (kbd "C-c , d") 'semantic-ia-show-doc)
   (global-set-key (kbd "C-c , D") 'semantic-ia-describe-class)