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

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

[elpa] master 098325c 29/50: set default value of on-screen-treat-cut-li


From: Michael Heerdegen
Subject: [elpa] master 098325c 29/50: set default value of on-screen-treat-cut-lines to t
Date: Mon, 09 Nov 2015 03:35:49 +0000

branch: master
commit 098325caa41bfa09a4acc88db245e116a3c582c6
Author: Michael Heerdegen <address@hidden>
Commit: Michael Heerdegen <address@hidden>

    set default value of on-screen-treat-cut-lines to t
---
 on-screen.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/on-screen.el b/on-screen.el
index fa7027c..8b6ff33 100644
--- a/on-screen.el
+++ b/on-screen.el
@@ -218,7 +218,7 @@ changes to a buffer highlighting is always removed to avoid
 confusion."
   :group 'on-screen :type 'boolean)
 
-(defcustom on-screen-treat-cut-lines nil
+(defcustom on-screen-treat-cut-lines t
   "Whether to care about vertically cut lines.
 If nil, always count lines at the window start or end that are
 only partially visible as part of the visible area.  Else, a



reply via email to

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