>From 908a188298035e45d1c35f95d550312bfb146b46 Mon Sep 17 00:00:00 2001 From: Brian Leung Date: Fri, 23 Oct 2020 16:11:29 -0700 Subject: [PATCH 1/4] Use lexical binding in wdired.el --- lisp/wdired.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/wdired.el b/lisp/wdired.el index da162b7bb2..b675ec8bfb 100644 --- a/lisp/wdired.el +++ b/lisp/wdired.el @@ -1,4 +1,4 @@ -;;; wdired.el --- Rename files editing their names in dired buffers -*- coding: utf-8; -*- +;;; wdired.el --- Rename files editing their names in dired buffers -*- lexical-binding: t; coding: utf-8 -*- ;; Copyright (C) 2004-2020 Free Software Foundation, Inc. -- 2.28.0