diff options
| author | Stefan Kangas | 2021-03-20 00:12:38 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2021-03-20 00:34:02 +0100 |
| commit | 26dc070fa947d2f60a932e02167b4bdfd464939e (patch) | |
| tree | fe4e0f4dd3433ccc9132edd611c99cf21f9ca77a | |
| parent | 64f37487e2e7f71701451097e16bcb910f5f91fd (diff) | |
| download | emacs-26dc070fa947d2f60a932e02167b4bdfd464939e.tar.gz emacs-26dc070fa947d2f60a932e02167b4bdfd464939e.zip | |
* lisp/novice.el: Use lexical-binding.
| -rw-r--r-- | lisp/novice.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/novice.el b/lisp/novice.el index 22eca21784c..16766c253c5 100644 --- a/lisp/novice.el +++ b/lisp/novice.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; novice.el --- handling of disabled commands ("novice mode") for Emacs | 1 | ;;; novice.el --- handling of disabled commands ("novice mode") for Emacs -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985-1987, 1994, 2001-2021 Free Software Foundation, | 3 | ;; Copyright (C) 1985-1987, 1994, 2001-2021 Free Software Foundation, |
| 4 | ;; Inc. | 4 | ;; Inc. |