# HG changeset patch # User Oleksandr Gavenko # Date 1367997981 -10800 # Node ID fdb9d7f7066ef0f88cb45e3a3bf75a08e6ab1d0a # Parent 970347ad41f87fbdbfb8f5d4660e9785d5b20875 Fix typo in var name (so CEDET should be activated now). diff -r 970347ad41f8 -r fdb9d7f7066e .emacs-my --- a/.emacs-my Fri Apr 26 14:57:07 2013 +0300 +++ b/.emacs-my Wed May 08 10:26:21 2013 +0300 @@ -2096,8 +2096,7 @@ (unless (featurep 'cedet) (when (or (and (= emacs-major-version 23) (>= emacs-minor-version 2)) - (>= emacs-minor-version 24) - ) + (>= emacs-major-version 24) ) (semantic-mode 1) ) )