diff options
author | Stefan Kangas <stefan@marxist.se> | 2020-10-17 02:57:30 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2020-10-17 15:55:42 +0200 |
commit | 8b6b4176f6f89e697c16cbee06a05298987edf2e (patch) | |
tree | 434e990f4f4ae4b91fa38baebc1b6f9cbc6bc07f | |
parent | 9eb61be2dafcb4159888e90449091927cbad508a (diff) | |
download | emacs-8b6b4176f6f89e697c16cbee06a05298987edf2e.tar.gz emacs-8b6b4176f6f89e697c16cbee06a05298987edf2e.tar.bz2 emacs-8b6b4176f6f89e697c16cbee06a05298987edf2e.zip |
* lisp/url/url-vars.el: Use lexical-binding.
-rw-r--r-- | lisp/url/url-vars.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/url/url-vars.el b/lisp/url/url-vars.el index e35823ab9af..f9dce2418f6 100644 --- a/lisp/url/url-vars.el +++ b/lisp/url/url-vars.el @@ -1,4 +1,4 @@ -;;; url-vars.el --- Variables for Uniform Resource Locator tool +;;; url-vars.el --- Variables for Uniform Resource Locator tool -*- lexical-binding:t -*- ;; Copyright (C) 1996-1999, 2001, 2004-2020 Free Software Foundation, ;; Inc. |