equal
deleted
inserted
replaced
2139 (unless (featurep 'cedet) |
2139 (unless (featurep 'cedet) |
2140 (when (or |
2140 (when (or |
2141 (and (= emacs-major-version 23) (>= emacs-minor-version 2)) |
2141 (and (= emacs-major-version 23) (>= emacs-minor-version 2)) |
2142 (>= emacs-major-version 24) ) |
2142 (>= emacs-major-version 24) ) |
2143 (semantic-mode 1) |
2143 (semantic-mode 1) |
|
2144 (require 'srecode) |
|
2145 (global-srecode-minor-mode 1) |
2144 ) ) |
2146 ) ) |
2145 |
|
2146 (when (featurep 'srecode) |
|
2147 (global-srecode-minor-mode 1)) |
|
2148 |
2147 |
2149 (when (featurep 'cedet) |
2148 (when (featurep 'cedet) |
2150 (global-semantic-idle-scheduler-mode 1) |
2149 (global-semantic-idle-scheduler-mode 1) |
2151 (global-semantic-idle-summary-mode 1) |
2150 (global-semantic-idle-summary-mode 1) |
2152 (global-semantic-idle-completions-mode 1) |
2151 (global-semantic-idle-completions-mode 1) |