]> git.eshelyaron.com Git - emacs.git/commitdiff
Use lexical-binding for all net tests
authorStefan Kangas <stefankangas@gmail.com>
Fri, 24 Apr 2020 17:55:47 +0000 (19:55 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Fri, 24 Apr 2020 18:26:36 +0000 (20:26 +0200)
* test/lisp/net/dbus-tests.el:
* test/lisp/net/gnutls-tests.el:
* test/lisp/net/newsticker-tests.el:
* test/lisp/net/puny-tests.el:
* test/lisp/net/rfc2104-tests.el: Use lexical-binding.

test/lisp/net/dbus-tests.el
test/lisp/net/gnutls-tests.el
test/lisp/net/newsticker-tests.el
test/lisp/net/puny-tests.el
test/lisp/net/rfc2104-tests.el

index 68f69f62b56414df3ce13f47b1699a2a1743f4ef..e263c4563fe291fc468c7fefe4455866ea4996f3 100644 (file)
@@ -1,4 +1,4 @@
-;;; dbus-tests.el --- Tests of D-Bus integration into Emacs
+;;; dbus-tests.el --- Tests of D-Bus integration into Emacs  -*- lexical-binding:t -*-
 
 ;; Copyright (C) 2013-2020 Free Software Foundation, Inc.
 
index c2472d844c144b42cbfeca7822ca8d2fd5e8add2..07e30b64642479ca26297d84332b3756f6c4b3b5 100644 (file)
@@ -1,4 +1,4 @@
-;;; gnutls-tests.el --- Test suite for gnutls.el
+;;; gnutls-tests.el --- Test suite for gnutls.el  -*- lexical-binding:t -*-
 
 ;; Copyright (C) 2017-2020 Free Software Foundation, Inc.
 
index 1a6e11dc512d1c54fc44a804347bd0977e56d84d..5552fa8c1a668ada4c1aa771252733c7d1dc34cc 100644 (file)
@@ -1,4 +1,4 @@
-;;; newsticker-testsuite.el --- Test suite for newsticker.
+;;; newsticker-tests.el --- Test suite for newsticker.  -*- lexical-binding:t -*-
 
 ;; Copyright (C) 2003-2020 Free Software Foundation, Inc.
 
index 9fb2ebb546973aa72d93b182623f36a9b4d6d295..288bc2ff6fe9ff0820566136a78adaa7e306fb59 100644 (file)
@@ -1,4 +1,4 @@
-;;; puny-tests.el --- tests for net/puny.el  -*- coding: utf-8; -*-
+;;; puny-tests.el --- tests for net/puny.el  -*- coding: utf-8; lexical-binding:t -*-
 
 ;; Copyright (C) 2017-2020 Free Software Foundation, Inc.
 
index 5c1f4410934dbfe646328b85d294881e1c1bbb99..90535898382222af9740780c72758c9d45dbd1c6 100644 (file)
@@ -1,4 +1,4 @@
-;;; rfc2104-tests.el --- Tests of RFC2104 hashes
+;;; rfc2104-tests.el --- Tests of RFC2104 hashes  -*- lexical-binding:t -*-
 
 ;; Copyright (C) 2019-2020 Free Software Foundation, Inc.