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

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

[nongnu] elpa/iedit 44968bea9b 5/8: Fixed a typo


From: ELPA Syncer
Subject: [nongnu] elpa/iedit 44968bea9b 5/8: Fixed a typo
Date: Thu, 17 Feb 2022 04:58:34 -0500 (EST)

branch: elpa/iedit
commit 44968bea9bff8fdd5bf9d227f53814c44bb9f619
Author: Victor Ren <victorhge@gmail.com>
Commit: Victor Ren <victorhge@gmail.com>

    Fixed a typo
---
 iedit.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/iedit.el b/iedit.el
index 0f34db1f9c..9e46e8f65e 100755
--- a/iedit.el
+++ b/iedit.el
@@ -130,7 +130,7 @@ from iedit mode."
   :type 'boolean
   :group 'iedit)
 
-(defvar iedit-is-narrowed-local nil
+(defvar-local iedit-is-narrowed nil
   "This is buffer local variable which indicates if the buffer is
   narrowed by iedit temporarily.")
 



reply via email to

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