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

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

[elpa] master ef81e20 35/50: change default of on-screen-treat-cut-lines


From: Michael Heerdegen
Subject: [elpa] master ef81e20 35/50: change default of on-screen-treat-cut-lines back to nil
Date: Mon, 09 Nov 2015 03:35:51 +0000

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

    change default of on-screen-treat-cut-lines back to nil
---
 on-screen.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/on-screen.el b/on-screen.el
index ae8918b..1c49fed 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 t
+(defcustom on-screen-treat-cut-lines nil
   "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]