Fix typo in var name (so CEDET should be activated now).
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 08 May 2013 10:26:21 +0300
changeset 1034 fdb9d7f7066e
parent 1033 970347ad41f8
child 1035 daf872211946
Fix typo in var name (so CEDET should be activated now).
.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)
     ) )