]> git.eshelyaron.com Git - emacs.git/commitdiff
First changes to make them work.
authorDavid Engster <dengste@eml.cc>
Tue, 1 Nov 2011 21:11:12 +0000 (23:11 +0200)
committerEdward John Steere <edward.steere@gmail.com>
Wed, 25 Jan 2017 15:40:06 +0000 (17:40 +0200)
* 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

index ec8b1cbf814992f98753aa11c3ab5a114bed1411..a92dcd502d5050d71243863eea7fbd7fb62ab7a8 100644 (file)
 
 (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.