diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2020-04-24 19:55:47 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2020-04-24 20:26:36 +0200 |
commit | fe15dd9deac2da6f08c274900d2da6583ad5a4ad (patch) | |
tree | 95584ce0058d45c6aad05ab9aa49f85719da2ab7 /test/lisp/net/newsticker-tests.el | |
parent | 1fab12efd4a8671cb8d3f5127c95ae37fcd6988f (diff) | |
download | emacs-fe15dd9deac2da6f08c274900d2da6583ad5a4ad.tar.gz emacs-fe15dd9deac2da6f08c274900d2da6583ad5a4ad.tar.bz2 emacs-fe15dd9deac2da6f08c274900d2da6583ad5a4ad.zip |
Use lexical-binding for all net tests
* 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.
Diffstat (limited to 'test/lisp/net/newsticker-tests.el')
-rw-r--r-- | test/lisp/net/newsticker-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/net/newsticker-tests.el b/test/lisp/net/newsticker-tests.el index 1a6e11dc512..5552fa8c1a6 100644 --- a/test/lisp/net/newsticker-tests.el +++ b/test/lisp/net/newsticker-tests.el @@ -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. |