From: Stefan Kangas Date: Fri, 19 Mar 2021 23:12:38 +0000 (+0100) Subject: * lisp/novice.el: Use lexical-binding. X-Git-Tag: emacs-28.0.90~3202 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=26dc070fa947d2f60a932e02167b4bdfd464939e;p=emacs.git * lisp/novice.el: Use lexical-binding. --- 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.