>From ae7d3352f9ca4d919fab3917cef84734178a9a66 Mon Sep 17 00:00:00 2001 From: Brian Leung Date: Fri, 23 Oct 2020 16:17:46 -0700 Subject: [PATCH 2/4] Use lexical binding in wid-browse.el --- lisp/wid-browse.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/wid-browse.el b/lisp/wid-browse.el index 53f918cff9..b7171dcb45 100644 --- a/lisp/wid-browse.el +++ b/lisp/wid-browse.el @@ -1,4 +1,4 @@ -;;; wid-browse.el --- functions for browsing widgets +;;; wid-browse.el --- functions for browsing widgets -*- lexical-binding: t -*- ;; ;; Copyright (C) 1997, 2001-2020 Free Software Foundation, Inc. ;; -- 2.28.0