aboutsummaryrefslogtreecommitdiffstats
path: root/test/manual/cedet/srecode-tests.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen2019-10-05 17:01:33 +0200
committerLars Ingebrigtsen2019-10-05 17:01:33 +0200
commit4f2de56830ea25d812b05c954abd0600a012f9ef (patch)
tree5f450cf058edc0d543759a6ce18dc9ea629f8e6a /test/manual/cedet/srecode-tests.el
parent9f6a59849f69efd1d8026b040b9e9a397df03499 (diff)
downloademacs-4f2de56830ea25d812b05c954abd0600a012f9ef.tar.gz
emacs-4f2de56830ea25d812b05c954abd0600a012f9ef.zip
Remove some XEmacs compat code from the CEDET tests
Diffstat (limited to 'test/manual/cedet/srecode-tests.el')
-rw-r--r--test/manual/cedet/srecode-tests.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/manual/cedet/srecode-tests.el b/test/manual/cedet/srecode-tests.el
index 63d10973e51..94c5dbbd952 100644
--- a/test/manual/cedet/srecode-tests.el
+++ b/test/manual/cedet/srecode-tests.el
@@ -39,9 +39,7 @@ It is filled with some text."
39(defun srecode-field-utest () 39(defun srecode-field-utest ()
40 "Test the srecode field manager." 40 "Test the srecode field manager."
41 (interactive) 41 (interactive)
42 (if (featurep 'xemacs) 42 (srecode-field-utest-impl))
43 (message "There is no XEmacs support for SRecode Fields.")
44 (srecode-field-utest-impl)))
45 43
46(defun srecode-field-utest-impl () 44(defun srecode-field-utest-impl ()
47 "Implementation of the SRecode field utest." 45 "Implementation of the SRecode field utest."