.emacs-my
changeset 1034 fdb9d7f7066e
parent 1033 970347ad41f8
child 1035 daf872211946
equal deleted inserted replaced
1033:970347ad41f8 1034:fdb9d7f7066e
  2094 ;; For debug use 'semantic-debug-idle-function' and 'semantic-debug-idle-work-function'.
  2094 ;; For debug use 'semantic-debug-idle-function' and 'semantic-debug-idle-work-function'.
  2095 
  2095 
  2096 (unless (featurep 'cedet)
  2096 (unless (featurep 'cedet)
  2097   (when (or
  2097   (when (or
  2098          (and (= emacs-major-version 23) (>= emacs-minor-version 2))
  2098          (and (= emacs-major-version 23) (>= emacs-minor-version 2))
  2099          (>= emacs-minor-version 24)
  2099          (>= emacs-major-version 24) )
  2100          )
       
  2101     (semantic-mode 1)
  2100     (semantic-mode 1)
  2102     ) )
  2101     ) )
  2103 
  2102 
  2104 (when (featurep 'srecode)
  2103 (when (featurep 'srecode)
  2105   (global-srecode-minor-mode 1))
  2104   (global-srecode-minor-mode 1))