branch: elpa/isl
commit 2102591f8c5bad90021d2c4cb7e8bc5d8494607c
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    Reindent
---
 isl.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/isl.el b/isl.el
index c0842416efc..dda418df5e2 100644
--- a/isl.el
+++ b/isl.el
@@ -295,7 +295,7 @@ when modifying keybindings here.")
   (with-selected-window (minibuffer-selected-window)
     (when isl--last-overlay
       (let ((str (buffer-substring (overlay-start isl--last-overlay)
-                                  (overlay-end isl--last-overlay))))
+                                   (overlay-end isl--last-overlay))))
         (kill-new str)
         (message "`%s' copied to kill-ring" str)))))
 (put 'isl-kill-selection 'no-helm-mx t)

Reply via email to