projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bba80fa
)
Use lexical-binding in help-fns-tests.el (Bug#36585)
author
Stefan Kangas
<stefankangas@gmail.com>
Wed, 10 Jul 2019 22:34:25 +0000
(
00:34
+0200)
committer
Noam Postavsky
<npostavs@gmail.com>
Fri, 19 Jul 2019 00:06:27 +0000
(20:06 -0400)
* test/lisp/help-fns-tests.el: Use lexical-binding. Doc fix.
test/lisp/help-fns-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/help-fns-tests.el
b/test/lisp/help-fns-tests.el
index e31ac6a4d48a80af39defaec6ff91af7e833fd84..da4d25d0a6065ab7974f8bf3687a9e6afe859b06 100644
(file)
--- 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