unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Brian Leung via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
To: 44188@debbugs.gnu.org
Subject: bug#44188: [PATCH] Use lexical binding in wdired.el
Date: Sat, 24 Oct 2020 01:15:42 +0200 (CEST)	[thread overview]
Message-ID: <649664717.128563.1603494942107@ichabod.co-bxl> (raw)

[-- Attachment #1: Type: text/plain, Size: 224 bytes --]

See attached. I don't notice any byte-compilation warnings, or unused let-bound variables. Please let me know if there's anything else that needs to be done.

-- 
Sent with https://mailfence.com
Secure and private email

[-- Attachment #2: File Attachment: 0001-Use-lexical-binding-in-wdired.el.patch --]
[-- Type: text/x-diff, Size: 694 bytes --]

From 908a188298035e45d1c35f95d550312bfb146b46 Mon Sep 17 00:00:00 2001
From: Brian Leung <leungbk@mailfence.com>
Date: Fri, 23 Oct 2020 16:11:29 -0700
Subject: [PATCH] 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


             reply	other threads:[~2020-10-23 23:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-23 23:15 Brian Leung via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]
2020-10-23 23:23 ` bug#44188: [PATCH] Use lexical binding for several Elisp files Brian Leung via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-10-26 16:01   ` bug#44188: [PATCH] Use lexical binding in wdired.el Lars Ingebrigtsen
2021-05-11 13:37     ` Lars Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=649664717.128563.1603494942107@ichabod.co-bxl \
    --to=bug-gnu-emacs@gnu.org \
    --cc=44188@debbugs.gnu.org \
    --cc=leungbk@mailfence.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).