From: Glenn Morris Date: Thu, 5 Sep 2013 00:22:45 +0000 (-0400) Subject: * semantic/fw.el (semantic-make-local-hook): Simplify by dropping Emacs <= 20. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1675 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2a6f417413360a4910bac0b096534571bc938071;p=emacs.git * semantic/fw.el (semantic-make-local-hook): Simplify by dropping Emacs <= 20. --- diff --git a/lisp/cedet/ChangeLog b/lisp/cedet/ChangeLog index c39a8a700ef..50467fa6e37 100644 --- a/lisp/cedet/ChangeLog +++ b/lisp/cedet/ChangeLog @@ -1,3 +1,8 @@ +2013-09-05 Glenn Morris + + * semantic/fw.el (semantic-make-local-hook): + Simplify by dropping Emacs <= 20. + 2013-07-29 David Engster * lisp/cedet/cedet.el (cedet-packages): Remove speedbar since its diff --git a/lisp/cedet/semantic/fw.el b/lisp/cedet/semantic/fw.el index dadf181ce21..7850e0462b2 100644 --- a/lisp/cedet/semantic/fw.el +++ b/lisp/cedet/semantic/fw.el @@ -123,8 +123,7 @@ (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