]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/semantic/fw.el
* semantic/fw.el (semantic-make-local-hook): Simplify by dropping Emacs <= 20.
[gnu-emacs] / lisp / cedet / semantic / fw.el
index dadf181ce216ad55013791f0ac5341c40d652f45..7850e0462b2a202f2bf222bdac8e9c7f28a98761 100644 (file)
 
 
   (defalias 'semantic-make-local-hook
-    (if (and (not (featurep 'xemacs))
-             (>= emacs-major-version 21))
+    (if (featurep 'emacs)
         #'identity  #'make-local-hook))
 
   (defalias 'semantic-mode-line-update