Port to Emacs 23.
--- a/.emacs-my Fri Oct 07 02:16:30 2016 +0300
+++ b/.emacs-my Fri Oct 07 02:20:50 2016 +0300
@@ -2575,7 +2575,8 @@
(global-semantic-stickyfunc-mode -1)
(global-semantic-highlight-func-mode 1)
(global-semantic-decoration-mode 1)
- (global-semantic-idle-local-symbol-highlight-mode 1)
+ (when (fboundp 'global-semantic-idle-local-symbol-highlight-mode)
+ (global-semantic-idle-local-symbol-highlight-mode 1))
(setq semantic-idle-scheduler-idle-time 10)
(setq semantic-idle-scheduler-work-idle-time 60)