# HG changeset patch # User Oleksandr Gavenko # Date 1285573923 -10800 # Node ID b05f06b693cd7facc6441269c55d489c37a5fc80 # Parent 91dccb2e72f465682b1bdbd6fefd5704d7a54519 Fix: semantic-ia.el file not found if used builin Emacs 23.2 CEDET. diff -r 91dccb2e72f4 -r b05f06b693cd .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)