diff options
| author | Lars Ingebrigtsen | 2019-10-05 17:01:33 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-10-05 17:01:33 +0200 |
| commit | 4f2de56830ea25d812b05c954abd0600a012f9ef (patch) | |
| tree | 5f450cf058edc0d543759a6ce18dc9ea629f8e6a /test/manual/cedet/srecode-tests.el | |
| parent | 9f6a59849f69efd1d8026b040b9e9a397df03499 (diff) | |
| download | emacs-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.el | 4 |
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." |