]> git.eshelyaron.com Git - emacs.git/commit
Quieten compilation of some test/lisp files
authorGlenn Morris <rgm@gnu.org>
Fri, 9 Mar 2018 20:04:59 +0000 (15:04 -0500)
committerAndrew G Cohen <cohen@andy.bu.edu>
Tue, 11 Dec 2018 06:15:02 +0000 (14:15 +0800)
commit17d92f54124f3a0a64e8cd024eebc9ff2b40e4c7
tree88152e3eec59b578b5e33a82a6f8d01ae799b081
parent4efd27705665674430874565b697d9eb35274db0
Quieten compilation of some test/lisp files

* test/lisp/dired-tests.el (dired-test-bug27243-02)
(dired-test-bug27243-03, dired-test-bug27899)
(dired-test-with-temp-dirs): Remove unused local variables.
* test/lisp/hi-lock-tests.el (hi-lock-bug26666)
(hi-lock-test-set-pattern): Mark unused arguments.
* test/lisp/ses-tests.el (ses-tests-renamed-cells-row-insertion):
Remove unused global "ses-tests-trigger".
* test/lisp/simple-tests.el (line-number-at-pos-when-passing-point):
Remove unused local "pos".
* test/lisp/emacs-lisp/benchmark-tests.el (benchmark-tests):
Pacify compiler.
* test/lisp/emacs-lisp/package-tests.el (package-test-signed):
Replace obsolete function epg-configuration.
* test/lisp/ls-lisp-tests.el:
* test/lisp/eshell/em-ls-tests.el: Require dired.
* test/lisp/progmodes/ruby-mode-tests.el
(ruby-forward-sexp-skips-method-calls-with-keyword-names):
* test/lisp/vc/diff-mode-tests.el
(diff-mode-test-ignore-trailing-dashes): Replace interactive funcs.
test/lisp/dired-tests.el
test/lisp/emacs-lisp/benchmark-tests.el
test/lisp/emacs-lisp/package-tests.el
test/lisp/eshell/em-ls-tests.el
test/lisp/hi-lock-tests.el
test/lisp/ls-lisp-tests.el
test/lisp/progmodes/ruby-mode-tests.el
test/lisp/ses-tests.el
test/lisp/simple-tests.el
test/lisp/vc/diff-mode-tests.el