equal
deleted
inserted
replaced
2545 (when (featurep 'cedet) |
2545 (when (featurep 'cedet) |
2546 (require 'semantic) |
2546 (require 'semantic) |
2547 |
2547 |
2548 (global-semantic-idle-scheduler-mode 1) |
2548 (global-semantic-idle-scheduler-mode 1) |
2549 (global-semantic-idle-summary-mode 1) |
2549 (global-semantic-idle-summary-mode 1) |
2550 (global-semantic-idle-completions-mode 1) |
2550 (global-semantic-idle-completions-mode -1) |
2551 (global-semantic-mru-bookmark-mode 1) |
2551 (global-semantic-mru-bookmark-mode 1) |
2552 ;; (setq semantic-stickyfunc-sticky-classes '(function type variable include package)) |
2552 ;; (setq semantic-stickyfunc-sticky-classes '(function type variable include package)) |
2553 (global-semantic-stickyfunc-mode -1) |
2553 (global-semantic-stickyfunc-mode -1) |
2554 (global-semantic-highlight-func-mode 1) |
2554 (global-semantic-highlight-func-mode 1) |
2555 (global-semantic-decoration-mode 1) |
2555 (global-semantic-decoration-mode 1) |