diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2019-07-11 00:34:25 +0200 |
---|---|---|
committer | Noam Postavsky <npostavs@gmail.com> | 2019-07-18 20:06:27 -0400 |
commit | daf5c4309f9fc173c51a5d0bcbc904cbae96ee77 (patch) | |
tree | 88b9d9c1c30238a4b91848aaa64ddd51adf6c800 /test | |
parent | bba80faf87a6a732a648a629381a51ec8164b7e0 (diff) | |
download | emacs-daf5c4309f9fc173c51a5d0bcbc904cbae96ee77.tar.gz emacs-daf5c4309f9fc173c51a5d0bcbc904cbae96ee77.tar.bz2 emacs-daf5c4309f9fc173c51a5d0bcbc904cbae96ee77.zip |
Use lexical-binding in help-fns-tests.el (Bug#36585)
* test/lisp/help-fns-tests.el: Use lexical-binding. Doc fix.
Diffstat (limited to 'test')
-rw-r--r-- | test/lisp/help-fns-tests.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lisp/help-fns-tests.el b/test/lisp/help-fns-tests.el index e31ac6a4d48..da4d25d0a60 100644 --- a/test/lisp/help-fns-tests.el +++ b/test/lisp/help-fns-tests.el @@ -1,4 +1,4 @@ -;;; help-fns.el --- tests for help-fns.el +;;; help-fns-tests.el --- tests for help-fns.el -*- lexical-binding: t -*- ;; Copyright (C) 2014-2019 Free Software Foundation, Inc. @@ -123,4 +123,4 @@ Return first line of the output of (describe-function-1 FUNC)." (goto-char (point-min)) (should (looking-at "^font-lock-comment-face is ")))) -;;; help-fns.el ends here +;;; help-fns-tests.el ends here |