]> 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 6dd8530996754019fec00e9d5447b78882374032..7850e0462b2a202f2bf222bdac8e9c7f28a98761 100644 (file)
@@ -1,6 +1,6 @@
 ;;; semantic/fw.el --- Framework for Semantic
 
-;;; Copyright (C) 1999-2012 Free Software Foundation, Inc.
+;;; Copyright (C) 1999-2013 Free Software Foundation, Inc.
 
 ;; Author: Eric M. Ludlam <zappo@gnu.org>
 
 
 
   (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