]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/url/url-domsuf.el: Use lexical-binding.
authorStefan Kangas <stefan@marxist.se>
Sun, 11 Oct 2020 13:58:06 +0000 (15:58 +0200)
committerStefan Kangas <stefan@marxist.se>
Sun, 11 Oct 2020 13:58:06 +0000 (15:58 +0200)
lisp/url/url-domsuf.el

index b0c68f7af44c537104940f2fdb79d805b854a89a..c1cdf901d6c689d13db56f6bbe7bfbc19fdfcff0 100644 (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: