From: David Engster Date: Tue, 1 Nov 2011 21:11:12 +0000 (+0200) Subject: First changes to make them work. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=026efb3a04ae96f125396935c647d4f45b991d74;p=emacs.git 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. --- diff --git a/test/manual/cedet/cit-load.el b/test/manual/cedet/cit-load.el index ec8b1cbf814..a92dcd502d5 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.