emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 26dc070: * lisp/novice.el: Use lexical-binding.


From: Stefan Kangas
Subject: master 26dc070: * lisp/novice.el: Use lexical-binding.
Date: Fri, 19 Mar 2021 19:34:16 -0400 (EDT)

branch: master
commit 26dc070fa947d2f60a932e02167b4bdfd464939e
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    * lisp/novice.el: Use lexical-binding.
---
 lisp/novice.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/novice.el b/lisp/novice.el
index 22eca21..16766c2 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]