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

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

[elpa] master d932090 60/68: avy-jump.el (avi--overlay): Fix bug


From: Oleh Krehel
Subject: [elpa] master d932090 60/68: avy-jump.el (avi--overlay): Fix bug
Date: Sat, 21 Mar 2015 19:07:09 +0000

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

    avy-jump.el (avi--overlay): Fix bug
---
 avy-jump.el |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/avy-jump.el b/avy-jump.el
index 672ffcb..ef2f0c5 100644
--- a/avy-jump.el
+++ b/avy-jump.el
@@ -97,7 +97,8 @@ Each element of the list is ((BEG . END) . WND)."
         (old-str (with-selected-window wnd
                    (buffer-substring pt (1+ pt)))))
     (when avi-background
-      (propertize old-str 'face 'aw-background-face))
+      (setq old-str (propertize
+                     old-str 'face 'aw-background-face)))
     (overlay-put ol 'window wnd)
     (overlay-put ol 'display (concat str old-str))
     (push ol aw-overlays-lead)))



reply via email to

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