emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/merge-cedet-tests 026efb3 008/316: First changes t


From: Edward John Steere
Subject: [Emacs-diffs] scratch/merge-cedet-tests 026efb3 008/316: First changes to make them work.
Date: Sat, 28 Jan 2017 09:09:41 +0000 (UTC)

branch: scratch/merge-cedet-tests
commit 026efb3a04ae96f125396935c647d4f45b991d74
Author: David Engster <address@hidden>
Commit: Edward John Steere <address@hidden>

    First changes to make them work.
    
    * srecode/filters.el: Remove requires for `srecode/table' and
      `srecode/insert'. Instead, declare variables and functions
      explicitly.
    
    * srecode/insert.el: Add require for `srecode/filters'.
    
    * tests/cedet-integ-test.el: Fix require `ede/make'. Add
      `srecode/find', remove cit/gnustep.
      (cedet-integ-test-GNUStep): Removed for now.
      (cit-srecode-fill-with-stuff): Activate `semantic-mode'.
    
    * tests/cit-gnustep.el: Fix require.
    
    * tests/cit-load.el: Remove Emacs22 compat.
    
    * tests/cit-test.sh: Fix test call.
---
 test/manual/cedet/cit-load.el |    4 ----
 1 file changed, 4 deletions(-)

diff --git a/test/manual/cedet/cit-load.el b/test/manual/cedet/cit-load.el
index ec8b1cb..a92dcd5 100644
--- a/test/manual/cedet/cit-load.el
+++ b/test/manual/cedet/cit-load.el
@@ -37,10 +37,6 @@
 
 (setq inhibit-splash-screen t)
 
-;; Fix bug in Emacs 21
-(when (< emacs-major-version 22)
-  (require 'semantic-c))
-
 ;; Disables all caches related to semantic DB so all
 ;; tests run as if we have bootstrapped CEDET for the
 ;; first time.



reply via email to

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