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

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

[elpa] master a07b92a 26/36: lv.el (lv-window): Rename to " *LV*"


From: Oleh Krehel
Subject: [elpa] master a07b92a 26/36: lv.el (lv-window): Rename to " *LV*"
Date: Sat, 22 Jul 2017 11:22:25 -0400 (EDT)

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

    lv.el (lv-window): Rename to " *LV*"
    
    No reason to have this buffer visible by default.
    
    Re abo-abo/swiper#666
---
 lv.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lv.el b/lv.el
index 23d2c30..87f7e5e 100644
--- a/lv.el
+++ b/lv.el
@@ -65,9 +65,9 @@ Only the background color is significant."
                     (let ((ignore-window-parameters t))
                       (split-window
                        (frame-root-window) -1 'below))))
-        (if (setq buf (get-buffer "*LV*"))
+        (if (setq buf (get-buffer " *LV*"))
             (switch-to-buffer buf)
-          (switch-to-buffer "*LV*")
+          (switch-to-buffer " *LV*")
           (set-window-hscroll lv-wnd 0)
           (setq window-size-fixed t)
           (setq mode-line-format nil)



reply via email to

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