diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-03-10 04:07:48 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-03-10 04:14:43 +0100 |
commit | 5217b56ee1bdee5df41b9c3773da85c4586af36f (patch) | |
tree | f666fa4380f5839a37f52bcc118f76c23d4a118d /lisp/userlock.el | |
parent | 8605ddc79caa70f7655f41cee36e59031d5e97f8 (diff) | |
download | emacs-5217b56ee1bdee5df41b9c3773da85c4586af36f.tar.gz |
* lisp/userlock.el: Use lexical-binding.
Diffstat (limited to 'lisp/userlock.el')
-rw-r--r-- | lisp/userlock.el | 2 |
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 @@ -;;; 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. |