emacs-diffs
[Top][All Lists]
Advanced

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

master 5217b56 2/2: * lisp/userlock.el: Use lexical-binding.


From: Stefan Kangas
Subject: master 5217b56 2/2: * lisp/userlock.el: Use lexical-binding.
Date: Tue, 9 Mar 2021 22:18:15 -0500 (EST)

branch: master
commit 5217b56ee1bdee5df41b9c3773da85c4586af36f
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

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

diff --git a/lisp/userlock.el b/lisp/userlock.el
index 0ef3c77..57311ac 100644
--- a/lisp/userlock.el
+++ b/lisp/userlock.el
@@ -1,4 +1,4 @@
-;;; userlock.el --- handle file access contention between multiple users
+;;; userlock.el --- handle file access contention between multiple users  -*- 
lexical-binding: t -*-
 
 ;; Copyright (C) 1985-1986, 2001-2021 Free Software Foundation, Inc.
 



reply via email to

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