# HG changeset patch # User Oleksandr Gavenko # Date 1475796050 -10800 # Node ID 0653019d58f14f09876d67a1e60e29d0ea265c73 # Parent 6fc6ce787711688b0ce02c18e5d614aeac0671b2 Port to Emacs 23. diff -r 6fc6ce787711 -r 0653019d58f1 .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)