emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 05729e5: Turn on lexical-binding in some url libs


From: Mark Oteiza
Subject: [Emacs-diffs] master 05729e5: Turn on lexical-binding in some url libs
Date: Mon, 31 Oct 2016 23:56:30 +0000 (UTC)

branch: master
commit 05729e5ac2648324d70e454b25123f370d5c0571
Author: Mark Oteiza <address@hidden>
Commit: Mark Oteiza <address@hidden>

    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.
---
 lisp/url/url-auth.el   |    4 ++--
 lisp/url/url-expand.el |    2 +-
 lisp/url/url-future.el |    2 +-
 lisp/url/url-parse.el  |    2 +-
 lisp/url/url-util.el   |    2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/lisp/url/url-auth.el b/lisp/url/url-auth.el
index b2eceb0..a2aa97c 100644
--- a/lisp/url/url-auth.el
+++ b/lisp/url/url-auth.el
@@ -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
diff --git a/lisp/url/url-expand.el b/lisp/url/url-expand.el
index 434b775..48d3ce4 100644
--- a/lisp/url/url-expand.el
+++ b/lisp/url/url-expand.el
@@ -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.
 
diff --git a/lisp/url/url-future.el b/lisp/url/url-future.el
index c4005a6..12c971c 100644
--- a/lisp/url/url-future.el
+++ b/lisp/url/url-future.el
@@ -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.
 
diff --git a/lisp/url/url-parse.el b/lisp/url/url-parse.el
index 2800caf..c0e386d 100644
--- a/lisp/url/url-parse.el
+++ b/lisp/url/url-parse.el
@@ -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.
 
diff --git a/lisp/url/url-util.el b/lisp/url/url-util.el
index af18acd..a3844f9 100644
--- a/lisp/url/url-util.el
+++ b/lisp/url/url-util.el
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]