diff options
author | Stefan Kangas <stefan@marxist.se> | 2020-11-03 04:37:44 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2020-11-03 04:37:44 +0100 |
commit | 2d4c981b2112083e80195c0c258422e203048946 (patch) | |
tree | bd00fdbb4944ce27d7b22c63d44fafdaa563a7e6 | |
parent | 39561fbfb3dd1baefc1e6f2ca3d1d02d2001cd3e (diff) | |
download | emacs-2d4c981b2112083e80195c0c258422e203048946.tar.gz |
Use lexical-binding in some url-*.el files
* lisp/url/url-dired.el:
* lisp/url/url-ftp.el:
* lisp/url/url-irc.el: Use lexical-binding.
-rw-r--r-- | lisp/url/url-dired.el | 2 | ||||
-rw-r--r-- | lisp/url/url-ftp.el | 2 | ||||
-rw-r--r-- | lisp/url/url-irc.el | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lisp/url/url-dired.el b/lisp/url/url-dired.el index ba68fe100e5..fa75a0a6bb9 100644 --- a/lisp/url/url-dired.el +++ b/lisp/url/url-dired.el @@ -1,4 +1,4 @@ -;;; url-dired.el --- URL Dired minor mode +;;; url-dired.el --- URL Dired minor mode -*- lexical-binding: t -*- ;; Copyright (C) 1996-1999, 2004-2020 Free Software Foundation, Inc. diff --git a/lisp/url/url-ftp.el b/lisp/url/url-ftp.el index a436a431db0..50b21bd8d44 100644 --- a/lisp/url/url-ftp.el +++ b/lisp/url/url-ftp.el @@ -1,4 +1,4 @@ -;;; url-ftp.el --- FTP wrapper +;;; url-ftp.el --- FTP wrapper -*- lexical-binding: t -*- ;; Copyright (C) 1996-1999, 2004-2020 Free Software Foundation, Inc. diff --git a/lisp/url/url-irc.el b/lisp/url/url-irc.el index 9647df1c13c..ece53c90291 100644 --- a/lisp/url/url-irc.el +++ b/lisp/url/url-irc.el @@ -1,4 +1,4 @@ -;;; url-irc.el --- IRC URL interface +;;; url-irc.el --- IRC URL interface -*- lexical-binding: t -*- ;; Copyright (C) 1996-1999, 2004-2020 Free Software Foundation, Inc. |