branch: master
commit bf48e63d6a8f5b280004f21de04da0991d4e6a3b
Author: Oleh Krehel <ohwoeo...@gmail.com>
Commit: Oleh Krehel <ohwoeo...@gmail.com>

    lv.el (lv-force-update): Be nil by default
---
 lv.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lv.el b/lv.el
index c4b7743..406ecbf 100644
--- a/lv.el
+++ b/lv.el
@@ -74,7 +74,7 @@ Only the background color is significant."
           (set-window-parameter lv-wnd 'no-other-window t))
         (select-window ori)))))
 
-(defvar lv-force-update t
+(defvar lv-force-update nil
   "When non-nil, `lv-message' will refresh even for the same string.")
 
 (defun lv-message (format-string &rest args)

Reply via email to