summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-03-20 00:12:38 +0100
committerStefan Kangas <stefan@marxist.se>2021-03-20 00:34:02 +0100
commit26dc070fa947d2f60a932e02167b4bdfd464939e (patch)
treefe4e0f4dd3433ccc9132edd611c99cf21f9ca77a
parent64f37487e2e7f71701451097e16bcb910f5f91fd (diff)
downloademacs-26dc070fa947d2f60a932e02167b4bdfd464939e.tar.gz
* lisp/novice.el: Use lexical-binding.
-rw-r--r--lisp/novice.el2
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 @@
-;;; novice.el --- handling of disabled commands ("novice mode") for Emacs
+;;; novice.el --- handling of disabled commands ("novice mode") for Emacs -*- lexical-binding: t -*-
;; Copyright (C) 1985-1987, 1994, 2001-2021 Free Software Foundation,
;; Inc.