Eli Zaretskii
|
19dcb237b5
|
; Add 2022 to copyright years.
|
2022-01-01 02:45:51 -05:00 |
|
Stefan Kangas
|
8bb28e740d
|
; Minor stylistic checkdoc fixes in test/**/*.el
|
2021-09-26 17:53:23 +02:00 |
|
Stefan Monnier
|
b815445cea
|
Fix copyright lines mistakenly treated as outline headers
* lisp/emacs-lisp/generator.el:
* test/lisp/cedet/semantic-utest.el:
* test/lisp/cedet/semantic/format-tests.el:
* test/lisp/cedet/semantic/fw-tests.el:
* test/lisp/cedet/semantic/bovine/gcc-tests.el:
* test/lisp/cedet/semantic/format-resources/test-fmt.el:
* test/manual/cedet/semantic-tests.el:
* lisp/obsolete/inversion.el: Use only 2 semi-colons before "Copyright".
|
2021-03-18 23:32:57 -04:00 |
|
Stefan Kangas
|
aeb11da203
|
Use skip-unless instead of if+message in test
* test/lisp/cedet/semantic-utest.el (semantic-utest-Javascript):
Use skip-unless instead of if+message.
|
2021-01-13 15:23:31 +01:00 |
|
Paul Eggert
|
ba05d005e5
|
Update copyright year to 2021
Run "TZ=UTC0 admin/update-copyright".
|
2021-01-01 01:13:56 -08:00 |
|
Stefan Kangas
|
75555b5b6b
|
Remove some compat code for old versions and XEmacs
* lisp/ibuf-ext.el (ibuffer-old-saved-filters-warning)
(ibuffer-maybe-save-stuff): Assume customize-save-variable is
bound; it is autoloaded.
* lisp/cedet/semantic/symref/grep.el (semantic-symref-perform-search):
* lisp/password-cache.el (password-cache-remove):
* lisp/cedet/semantic/bovine/el.el (semantic-dependency-tag-file):
Remove Emacs 21 compat code.
* lisp/cedet/semantic/sort.el (semantic-string-lessp-ci):
Remove Emacs 20 compat code.
* test/lisp/cedet/semantic-utest.el (semantic-utest-temp-directory):
* lisp/mail/supercite.el (sc-ask): Remove XEmacs compat code.
* lisp/progmodes/idlw-shell.el (idlwave-shell-mode):
* lisp/progmodes/idlwave.el (idlwave-mode): Remove commented out
compat code.
|
2020-11-19 20:43:51 +01:00 |
|
Stefan Kangas
|
13f64b052f
|
Use lexical-binding in most semantic tests
* test/lisp/cedet/semantic-utest-fmt.el:
* test/lisp/cedet/semantic-utest-ia.el:
* test/lisp/cedet/semantic-utest.el:
* test/lisp/cedet/srecode-utest-getset.el:
* test/lisp/cedet/srecode-utest-template.el: Use lexical-binding.
* test/lisp/cedet/semantic-utest-fmt.el (semantic-fmt-utest):
* test/lisp/cedet/semantic-utest.el (semantic-utest-generic)
(semantic-utest-Python, semantic-utest-Javascript)
(semantic-utest-Java, semantic-utest-Makefile)
(semantic-utest-Scheme, semantic-utest-Html, semantic-utest-PHP)
(semantic-utest-Csharp, semantic-utest-last-invalid):
* test/lisp/cedet/semantic-utest-ia.el (semantic-ia-utest-buffer)
(semantic-symref-test-count-hits-in-tag):
* test/lisp/cedet/srecode-utest-getset.el
(srecode-insert-getset-fully-automatic-flag): Silence
byte-compiler.
|
2020-04-28 16:11:47 +02:00 |
|
Stefan Kangas
|
428d476bbe
|
Don't skip test semantic-utest-Python
* test/lisp/cedet/semantic-utest.el (semantic-utest-Python):
Ensure test is not skipped.
|
2020-04-28 14:12:25 +02:00 |
|
Paul Eggert
|
365e01cc9f
|
Update copyright year to 2020
Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
|
2020-01-01 00:59:52 +00:00 |
|
Eric Ludlam
|
38ec422a35
|
* test/lisp/cedet/semantic-utest: silence compiler warnings
* test/lisp/cedet/semantic-utest-c.el
(semantic-test-c-preprocessor-simulation): Use with-current-buffer.
* test/lisp/cedet/semantic-utest.el (semantic-utest-makebuffer):
Use read-only-mode.
(semantic-utest-verify-names-jave, semantic-utest-verify-names-2):
Remove functions, unused.
|
2019-10-27 17:02:59 -04:00 |
|
Eric Ludlam
|
a99812ee0f
|
Convert manual CEDET tests from test/manual/cedet to be
automated tests in test/lisp/cedet.
Author: Eric Ludlam <zappo@gnu.org>
|
2019-10-15 11:08:18 -04:00 |
|