branch: elpa/iedit
commit 44968bea9bff8fdd5bf9d227f53814c44bb9f619
Author: Victor Ren <victor...@gmail.com>
Commit: Victor Ren <victor...@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