emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114135: * semantic/fw.el (semantic-make-local-hook)


From: Glenn Morris
Subject: [Emacs-diffs] trunk r114135: * semantic/fw.el (semantic-make-local-hook): Simplify by dropping Emacs <= 20.
Date: Thu, 05 Sep 2013 00:22:48 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114135
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2013-09-04 20:22:45 -0400
message:
  * semantic/fw.el (semantic-make-local-hook): Simplify by dropping Emacs <= 20.
modified:
  lisp/cedet/ChangeLog           changelog-20100919015713-3rbr456yray5m84f-1
  lisp/cedet/semantic/fw.el      fw.el-20091113204419-o5vbwnq5f7feedwu-11279
=== modified file 'lisp/cedet/ChangeLog'
--- a/lisp/cedet/ChangeLog      2013-07-29 20:26:19 +0000
+++ b/lisp/cedet/ChangeLog      2013-09-05 00:22:45 +0000
@@ -1,3 +1,8 @@
+2013-09-05  Glenn Morris  <address@hidden>
+
+       * semantic/fw.el (semantic-make-local-hook):
+       Simplify by dropping Emacs <= 20.
+
 2013-07-29  David Engster <address@hidden>
 
        * lisp/cedet/cedet.el (cedet-packages): Remove speedbar since its

=== modified file 'lisp/cedet/semantic/fw.el'
--- a/lisp/cedet/semantic/fw.el 2013-01-02 16:13:04 +0000
+++ b/lisp/cedet/semantic/fw.el 2013-09-05 00:22:45 +0000
@@ -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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]