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

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

[elpa] master 49d5546 42/50: fix whitespace, no code change


From: Michael Heerdegen
Subject: [elpa] master 49d5546 42/50: fix whitespace, no code change
Date: Mon, 09 Nov 2015 03:35:54 +0000

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

    fix whitespace, no code change
---
 on-screen.el |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/on-screen.el b/on-screen.el
index b0aea92..53cf065 100644
--- a/on-screen.el
+++ b/on-screen.el
@@ -551,7 +551,7 @@ This should normally go to `window-scroll-functions'."
                             (pos-visible-in-window-p (point-max) win))
                    ;; after narrow
                    (setq s1 nil s2 nil))
-                 
+
                  (when (and s1 s2
                             (>= s2 (point-max))
                             (< s1 (on-screen-window-start win))
@@ -580,7 +580,7 @@ This should normally go to `window-scroll-functions'."
                overlays (delq nil overlays))
               (dolist (ov overlays)
                 (overlay-put ov 'window win) ; display only in selected window
-                (overlay-put ov 'priority on-screen-overlay-priority)) 
+                (overlay-put ov 'priority on-screen-overlay-priority))
               (when (memq on-screen-highlight-method '(shadow line))
                 (dolist (ov overlays)
                   (overlay-put ov 'face (on-screen-get-shadow-face win))))
@@ -664,7 +664,7 @@ highlightings and clear all associated data."
   (remove-hook 'pre-command-hook        #'on-screen-pre-command)
   (remove-hook 'window-scroll-functions #'on-screen-after-scroll)
   (remove-hook 'after-change-functions  #'on-screen-after-change)
-  (remove-hook 'window-configuration-change-hook 
#'on-screen-after-wconf-change)  
+  (remove-hook 'window-configuration-change-hook 
#'on-screen-after-wconf-change)
   nil)
 
 



reply via email to

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