diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-04-09 13:44:44 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-04-09 13:44:44 +0200 |
commit | 841dcfa7c351118aef402e58c3a204b671e1fe13 (patch) | |
tree | 1c9fe6fe891a5820ba6139f0981c49b20e1ff427 /lisp/loadhist.el | |
parent | 612d73167688a9a9742478373933c4af5e3f8720 (diff) | |
download | emacs-841dcfa7c351118aef402e58c3a204b671e1fe13.tar.gz emacs-841dcfa7c351118aef402e58c3a204b671e1fe13.tar.bz2 emacs-841dcfa7c351118aef402e58c3a204b671e1fe13.zip |
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.el | 2 |
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. |