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

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

[nongnu] elpa/iedit c1b672cfc9 270/301: Fix bug #115. Now properly disab


From: ELPA Syncer
Subject: [nongnu] elpa/iedit c1b672cfc9 270/301: Fix bug #115. Now properly disable iedit-mode during desktop restore.
Date: Mon, 10 Jan 2022 22:59:09 -0500 (EST)

branch: elpa/iedit
commit c1b672cfc93ebb16a1ae4156c7c4446f969bf291
Author: Pierre Rouleau <prouleau001@gmail.com>
Commit: Victor <victorhge@gmail.com>

    Fix bug #115. Now properly disable iedit-mode during desktop restore.
---
 iedit.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/iedit.el b/iedit.el
index c259c3b8fe..5a080989f3 100644
--- a/iedit.el
+++ b/iedit.el
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2010, 2011, 2012 Victor Ren
 
-;; Time-stamp: <2020-07-21 13:52:42 Victor Ren>
+;; Time-stamp: <2020-11-01 14:45:02, updated by Pierre Rouleau>
 ;; Author: Victor Ren <victorhge@gmail.com>
 ;; Keywords: occurrence region simultaneous refactoring
 ;; Version: 0.9.9.9
@@ -279,7 +279,7 @@ This is like `describe-bindings', but displays only Iedit 
keys."
 
 ;; Avoid to restore Iedit mode when restoring desktop
 (add-to-list 'desktop-minor-mode-handlers
-             '(iedit-mode . nil))
+             '(iedit-mode . ignore))
 
 ;;; Define iedit help map.
 (eval-when-compile (require 'help-macro))
@@ -714,7 +714,7 @@ line.  N defaults to 1.  If N is negative, collapses the 
top of
 the search region by `-N' lines."
   (interactive "p")
   (iedit-expand-by-a-line 'top N))
-  
+
 (defun iedit-expand-down-a-line (&optional N)
   "After start iedit-mode only on current symbol or the active
 region, this function expands the search region downwards by N



reply via email to

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