emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/wgrep b36bf5959b 6/8: add lexical-binding for the latest E


From: ELPA Syncer
Subject: [nongnu] elpa/wgrep b36bf5959b 6/8: add lexical-binding for the latest Emacs
Date: Fri, 15 Dec 2023 10:00:54 -0500 (EST)

branch: elpa/wgrep
commit b36bf5959b0711bae1e7c777ea194e89296ceec4
Author: Masahiro Hayashi <mhayashi1120@gmail.com>
Commit: Masahiro Hayashi <mhayashi1120@gmail.com>

    add lexical-binding for the latest Emacs
---
 wgrep-deadgrep.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/wgrep-deadgrep.el b/wgrep-deadgrep.el
index 679af31190..c82c9b0f88 100644
--- a/wgrep-deadgrep.el
+++ b/wgrep-deadgrep.el
@@ -1,11 +1,11 @@
-;;; wgrep-deadgrep.el --- Writable deadgrep buffer and apply the changes to 
files
+;;; wgrep-deadgrep.el --- Writable deadgrep buffer and apply the changes to 
files -*- lexical-binding: t -*-
 
 ;; Author: Masahiro Hayashi <mhayashi1120@gmail.com>, Iku Iwasa 
<iku.iwasa@gmail.com>
 ;; Keywords: grep edit extensions
 ;; Package-Requires: ((wgrep "2.3.0"))
 ;; URL: http://github.com/mhayashi1120/Emacs-wgrep/raw/master/wgrep-deadgrep.el
 ;; Emacs: GNU Emacs 25 or later
-;; Version: 2.3.0
+;; Version: 2.3.1
 
 ;; This program is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License as



reply via email to

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