aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2021-03-10 04:07:48 +0100
committerStefan Kangas2021-03-10 04:14:43 +0100
commit5217b56ee1bdee5df41b9c3773da85c4586af36f (patch)
treef666fa4380f5839a37f52bcc118f76c23d4a118d
parent8605ddc79caa70f7655f41cee36e59031d5e97f8 (diff)
downloademacs-5217b56ee1bdee5df41b9c3773da85c4586af36f.tar.gz
emacs-5217b56ee1bdee5df41b9c3773da85c4586af36f.zip
* lisp/userlock.el: Use lexical-binding.
-rw-r--r--lisp/userlock.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/userlock.el b/lisp/userlock.el
index 0ef3c7770b7..57311ac99c8 100644
--- a/lisp/userlock.el
+++ b/lisp/userlock.el
@@ -1,4 +1,4 @@
1;;; userlock.el --- handle file access contention between multiple users 1;;; userlock.el --- handle file access contention between multiple users -*- lexical-binding: t -*-
2 2
3;; Copyright (C) 1985-1986, 2001-2021 Free Software Foundation, Inc. 3;; Copyright (C) 1985-1986, 2001-2021 Free Software Foundation, Inc.
4 4