Port to Emacs 23.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Fri, 07 Oct 2016 02:20:50 +0300
changeset 1440 0653019d58f1
parent 1439 6fc6ce787711
child 1441 580e8a297afd
Port to Emacs 23.
.emacs-my
--- 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)