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

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

[elpa] master 265f47d 53/90: Swiper should not deactivate-mark


From: Oleh Krehel
Subject: [elpa] master 265f47d 53/90: Swiper should not deactivate-mark
Date: Tue, 30 Jun 2015 07:28:34 +0000

branch: master
commit 265f47d42af95ccbc8fec4e871fb0d5494b5f4b5
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    Swiper should not deactivate-mark
    
    * swiper.el (swiper--init): Update to make it the same as `isearch'.
    "C-SPC" + `swiper' should work to mark a region.
---
 swiper.el |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/swiper.el b/swiper.el
index c94e896..596d4ae 100644
--- a/swiper.el
+++ b/swiper.el
@@ -197,7 +197,6 @@ When non-nil, INITIAL-INPUT is the initial search pattern."
 
 (defun swiper--init ()
   "Perform initialization common to both completion methods."
-  (deactivate-mark)
   (setq swiper--opoint (point))
   (setq swiper--len 0)
   (setq swiper--anchor (line-number-at-pos))



reply via email to

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