1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Turn on lexical-binding in some url libs

* lisp/url/url-auth.el:
* lisp/url/url-expand.el:
* lisp/url/url-future.el:
* lisp/url/url-parse.el:
* lisp/url/url-util.el: Turn on lexical-binding.
This commit is contained in:
Mark Oteiza 2016-10-31 19:55:17 -04:00
parent dec329aefc
commit 05729e5ac2
5 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
;;; url-expand.el --- expand-file-name for URLs
;;; url-expand.el --- expand-file-name for URLs -*- lexical-binding: t -*-
;; Copyright (C) 1999, 2004-2016 Free Software Foundation, Inc.