* lisp/url/url-domsuf.el: Use lexical-binding.
This commit is contained in:
parent
4bda84da2e
commit
2e8736eaa3
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue