1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-27 07:41:28 -08:00
emacs/test/lisp
Juanma Barranquero 375c70fd9e test/*.el: Avoid byte-compiler warnings
* test/lisp/abbrev-tests.el (abbrev-table-p-test): Remove unused 'let*'.

* test/lisp/faces-tests.el (faces--test): New customization group.
(faces--test1, faces--test2): Use it.

* test/lisp/ffap-tests.el (ffap-tests-25243):
Call 'mark-whole-buffer' interactively.

* test/lisp/ibuffer-tests.el (ibuffer-filter-groups, ibuffer-filtering-alist)
(ibuffer-filtering-qualifiers, ibuffer-save-with-custom)
(ibuffer-saved-filter-groups, ibuffer-saved-filters): Defvar.
(ibuffer-format-qualifier, ibuffer-unary-operand): Declare.

* test/lisp/minibuffer-tests.el (completion-test1):
Mark unused lexical arguments.

* test/lisp/simple-tests.el (simple-test--dummy-buffer): Wrap result in
'with-no-warnings' to avoid them when the macro is invoked for effect.

* test/lisp/emacs-lisp/cl-seq-tests.el (cl-seq-count-test):
Mark unused lexical arguments.

* test/lisp/emacs-lisp/let-alist-tests.el (let-alist-surface-test):
Mark unused lexical arguments.
(let-alist-cons): Remove unused let binding.

* test/lisp/net/dbus-tests.el (dbus-debug): Defvar.
(dbus-get-unique-name): Declare.

* test/lisp/progmodes/python-tests.el (python-bob-infloop-avoid):
Call 'font-lock-fontify-buffer' interactively.

* test/lisp/textmodes/tildify-tests.el (tildify-space-undo-test--test):
Mark unused lexical argument.
2017-01-28 04:40:36 +01:00
..
calc Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
calendar Update copyright year to 2017 in master 2017-01-01 01:48:59 -08:00
emacs-lisp test/*.el: Avoid byte-compiler warnings 2017-01-28 04:40:36 +01:00
emulation Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
erc Update copyright year to 2017 in master 2017-01-01 01:48:59 -08:00
eshell Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
gnus Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
international Update copyright year to 2017 in master 2017-01-01 01:48:59 -08:00
mail Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
net test/*.el: Avoid byte-compiler warnings 2017-01-28 04:40:36 +01:00
progmodes test/*.el: Avoid byte-compiler warnings 2017-01-28 04:40:36 +01:00
textmodes test/*.el: Avoid byte-compiler warnings 2017-01-28 04:40:36 +01:00
url Update copyright year to 2017 in master 2017-01-01 01:48:59 -08:00
vc Update copyright year to 2017 in master 2017-01-01 01:48:59 -08:00
abbrev-tests.el test/*.el: Avoid byte-compiler warnings 2017-01-28 04:40:36 +01:00
auth-source-tests.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
autorevert-tests.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
buff-menu-tests.el Update copyright year to 2017 in master 2017-01-01 01:48:59 -08:00
char-fold-tests.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
comint-tests.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
dabbrev-tests.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
descr-text-tests.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
dired-tests.el Update copyright year to 2017 in master 2017-01-01 01:48:59 -08:00
dom-tests.el Update copyright year to 2017 in master 2017-01-01 01:48:59 -08:00
electric-tests.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
epg-tests.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
faces-tests.el test/*.el: Avoid byte-compiler warnings 2017-01-28 04:40:36 +01:00
ffap-tests.el test/*.el: Avoid byte-compiler warnings 2017-01-28 04:40:36 +01:00
filenotify-tests.el Fix filenotify-tests on MS-Windows 2017-01-27 10:28:15 +02:00
files-tests.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
files-x-tests.el Update copyright year to 2017 in master 2017-01-01 01:48:59 -08:00
help-fns-tests.el Update copyright year to 2017 in master 2017-01-01 01:48:59 -08:00
htmlfontify-tests.el Don't require a shell when loading htmlfontify 2017-01-27 18:37:58 +01:00
ibuffer-tests.el test/*.el: Avoid byte-compiler warnings 2017-01-28 04:40:36 +01:00
imenu-tests.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
info-xref-tests.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
isearch-tests.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
jit-lock-tests.el Update copyright year to 2017 in master 2017-01-01 01:48:59 -08:00
json-tests.el Fix encoding of JSON surrogate pairs 2017-01-01 13:24:14 +01:00
man-tests.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
md4-tests.el Turn on lexical-binding in md4.el 2017-01-03 18:34:13 -05:00
minibuffer-tests.el test/*.el: Avoid byte-compiler warnings 2017-01-28 04:40:36 +01:00
mouse-tests.el Update copyright year to 2017 in master 2017-01-01 01:48:59 -08:00
obarray-tests.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
ps-print-tests.el Update copyright year to 2017 in master 2017-01-01 01:48:59 -08:00
replace-tests.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
rot13-tests.el Update copyright year to 2017 in master 2017-01-01 01:48:59 -08:00
shell-tests.el Update copyright year to 2017 in master 2017-01-01 01:48:59 -08:00
simple-tests.el test/*.el: Avoid byte-compiler warnings 2017-01-28 04:40:36 +01:00
sort-tests.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
subr-tests.el Add support for Unicode whitespace in [:blank:] 2017-01-06 20:12:48 +01:00
thingatpt-tests.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
whitespace-tests.el Update copyright year to 2017 in master 2017-01-01 01:48:59 -08:00
xml-tests.el xml: Fix parsing of default namespace with quoted names 2017-01-24 22:56:05 +01:00
xt-mouse-tests.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00