]> code.delx.au - gnu-emacs-elpa/commitdiff
fix whitespace, no code change
authorMichael Heerdegen <michael_heerdegen@web.de>
Thu, 10 Sep 2015 06:17:46 +0000 (08:17 +0200)
committerMichael Heerdegen <michael_heerdegen@web.de>
Thu, 10 Sep 2015 06:17:46 +0000 (08:17 +0200)
on-screen.el

index b0aea925933c72dc35fef042a8db03fc97a7ca35..53cf065726d2c33503e87699aa2ee68d96f20464 100644 (file)
@@ -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)