summaryrefslogtreecommitdiff
path: root/lisp/loadhist.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-04-09 13:44:44 +0200
committerStefan Kangas <stefan@marxist.se>2021-04-09 13:44:44 +0200
commit841dcfa7c351118aef402e58c3a204b671e1fe13 (patch)
tree1c9fe6fe891a5820ba6139f0981c49b20e1ff427 /lisp/loadhist.el
parent612d73167688a9a9742478373933c4af5e3f8720 (diff)
downloademacs-841dcfa7c351118aef402e58c3a204b671e1fe13.tar.gz
Use lexical-binding in loadhist.el and add tests
* lisp/loadhist.el: Use lexical-binding. * test/lisp/loadhist-tests.el: New file.
Diffstat (limited to 'lisp/loadhist.el')
-rw-r--r--lisp/loadhist.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/loadhist.el b/lisp/loadhist.el
index 59c002d3078..0b12bdad058 100644
--- a/lisp/loadhist.el
+++ b/lisp/loadhist.el
@@ -1,4 +1,4 @@
-;;; loadhist.el --- lisp functions for working with feature groups
+;;; loadhist.el --- lisp functions for working with feature groups -*- lexical-binding: t -*-
;; Copyright (C) 1995, 1998, 2000-2021 Free Software Foundation, Inc.