1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-15 03:11:54 -07:00
emacs/test/lisp/net
Michael Albinus e1392faae5 Use lexical-bind in Tramp
* lisp/net/tramp*.el: Add lexical-binding cookie.  Move declarations up.

* lisp/net/tramp-adb.el (tramp-adb-parse-device-names): Use `push'
rather than `add-to-list'.
(tramp-adb-get-device): Remove unused variable.

* lisp/net/tramp-gvfs.el (tramp-gvfs-parse-device-names): Remove unused
variable.

* lisp/net/tramp.el (auto-save-file-name-transforms): Declare.
(tramp-find-file-name-coding-system-alist): Use `push' rather
than `add-to-list'.

* test/lisp/net/tramp-tests.el: Add lexical-binding cookie.
Require 'dired.  Move declarations up.
(tramp-test32-make-nearby-temp-file): Wrap `make-nearby-temp-file'
and `temporary-file-directory' calls with `with-no-warnings'.
(tramp-test35-asynchronous-requests): Mark unused variable.
2017-03-23 14:58:04 +01:00
..
dbus-tests.el test/*.el: Avoid byte-compiler warnings 2017-01-28 04:40:36 +01:00
network-stream-tests.el Convert some network test failures to skipping 2017-01-11 14:35:51 -05:00
newsticker-tests.el
puny.el * test/lisp/net/puny.el: New file. 2017-03-01 20:36:19 -05:00
sasl-scram-rfc-tests.el
shr-tests.el
tramp-tests.el Use lexical-bind in Tramp 2017-03-23 14:58:04 +01:00