From: Stefan Kangas Date: Wed, 10 Mar 2021 03:07:48 +0000 (+0100) Subject: * lisp/userlock.el: Use lexical-binding. X-Git-Tag: emacs-28.0.90~3347 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5217b56ee1bdee5df41b9c3773da85c4586af36f;p=emacs.git * lisp/userlock.el: Use lexical-binding. --- 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.