Turn on lexical-binding in some url libs
authorMark Oteiza <mvoteiza@udel.edu>
Mon, 31 Oct 2016 23:55:17 +0000 (19:55 -0400)
committerMark Oteiza <mvoteiza@udel.edu>
Mon, 31 Oct 2016 23:55:17 +0000 (19:55 -0400)
* 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.

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

index b2eceb0da10caaa68f7a5317fae1902c62acbf0b..a2aa97c27994a07d21415f86f33136f7e40c8d66 100644 (file)
@@ -1,4 +1,4 @@
-;;; url-auth.el --- Uniform Resource Locator authorization modules
+;;; url-auth.el --- Uniform Resource Locator authorization modules -*- lexical-binding: t -*-
 
 ;; Copyright (C) 1996-1999, 2004-2016 Free Software Foundation, Inc.
 
@@ -53,7 +53,7 @@ lists.  The first assoc list is keyed by the server name.  The cdr of
 this is an assoc list based on the \"directory\" specified by the URL we
 are looking up.")
 
-(defun url-basic-auth (url &optional prompt overwrite realm args)
+(defun url-basic-auth (url &optional prompt overwrite realm _args)
   "Get the username/password for the specified URL.
 If optional argument PROMPT is non-nil, ask for the username/password
 to use for the url and its descendants.  If optional third argument
index 434b77550d7c34be96b7f58b3366601db655a74c..48d3ce40f74b59f736d2d85578197477c00a4bdd 100644 (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.
 
index c4005a634cb5d6b96d35a6df6a2ee802d3311796..12c971c87d64538bb4c7fcd1133e7f6f541bc352 100644 (file)
@@ -1,4 +1,4 @@
-;;; url-future.el --- general futures facility for url.el
+;;; url-future.el --- general futures facility for url.el -*- lexical-binding: t -*-
 
 ;; Copyright (C) 2011-2016 Free Software Foundation, Inc.
 
index 2800caf3043035aa15087789d4e18e113941f4dd..c0e386d0385583afe61a9c3cdce63f6c1a6724b6 100644 (file)
@@ -1,4 +1,4 @@
-;;; url-parse.el --- Uniform Resource Locator parser
+;;; url-parse.el --- Uniform Resource Locator parser -*- lexical-binding: t -*-
 
 ;; Copyright (C) 1996-1999, 2004-2016 Free Software Foundation, Inc.
 
index af18acd8b6a2f874100280354f4377461436921f..a3844f9e32e7812b323121cc6c74fdc47f5d257e 100644 (file)
@@ -1,4 +1,4 @@
-;;; url-util.el --- Miscellaneous helper routines for URL library
+;;; url-util.el --- Miscellaneous helper routines for URL library -*- lexical-binding: t -*-
 
 ;; Copyright (C) 1996-1999, 2001, 2004-2016 Free Software Foundation,
 ;; Inc.