* lisp/url/url-domsuf.el: Use lexical-binding.

This commit is contained in:
Stefan Kangas 2020-10-11 15:58:06 +02:00
parent 4bda84da2e
commit 2e8736eaa3

View file

@ -1,4 +1,4 @@
;;; url-domsuf.el --- Say what domain names can have cookies set.
;;; url-domsuf.el --- Say what domain names can have cookies set. -*- lexical-binding:t -*-
;; Copyright (C) 2012-2020 Free Software Foundation, Inc.
@ -24,7 +24,7 @@
;;; Commentary:
;; The rules for what domains can have cookies set is defined here:
;; http://publicsuffix.org/list/
;; https://publicsuffix.org/list/
;;; Code: