Fix: semantic-ia.el file not found if used builin Emacs 23.2 CEDET.
--- 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)