summaryrefslogtreecommitdiff
path: root/test/manual/cedet/srecode-tests.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2019-10-05 17:01:33 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2019-10-05 17:01:33 +0200
commit4f2de56830ea25d812b05c954abd0600a012f9ef (patch)
tree5f450cf058edc0d543759a6ce18dc9ea629f8e6a /test/manual/cedet/srecode-tests.el
parent9f6a59849f69efd1d8026b040b9e9a397df03499 (diff)
downloademacs-4f2de56830ea25d812b05c954abd0600a012f9ef.tar.gz
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."
(defun srecode-field-utest ()
"Test the srecode field manager."
(interactive)
- (if (featurep 'xemacs)
- (message "There is no XEmacs support for SRecode Fields.")
- (srecode-field-utest-impl)))
+ (srecode-field-utest-impl))
(defun srecode-field-utest-impl ()
"Implementation of the SRecode field utest."