]> code.delx.au - gnu-emacs/commitdiff
* semantic/fw.el (semantic-make-local-hook): Simplify by dropping Emacs <= 20.
authorGlenn Morris <rgm@gnu.org>
Thu, 5 Sep 2013 00:22:45 +0000 (20:22 -0400)
committerGlenn Morris <rgm@gnu.org>
Thu, 5 Sep 2013 00:22:45 +0000 (20:22 -0400)
lisp/cedet/ChangeLog
lisp/cedet/semantic/fw.el

index c39a8a700ef206e95c77d14bb6922d57b45e323d..50467fa6e3750e70222cee741ee939f63491d9c8 100644 (file)
@@ -1,3 +1,8 @@
+2013-09-05  Glenn Morris  <rgm@gnu.org>
+
+       * semantic/fw.el (semantic-make-local-hook):
+       Simplify by dropping Emacs <= 20.
+
 2013-07-29  David Engster <deng@randomsample.de>
 
        * lisp/cedet/cedet.el (cedet-packages): Remove speedbar since its
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