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

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

[nongnu] elpa/page-break-lines 5420486ed3 15/80: Rule can apparently ext


From: ELPA Syncer
Subject: [nongnu] elpa/page-break-lines 5420486ed3 15/80: Rule can apparently extend safely to the full window width
Date: Tue, 5 Sep 2023 04:03:04 -0400 (EDT)

branch: elpa/page-break-lines
commit 5420486ed35fee8ee022d1d21c28113461269705
Author: Steve Purcell <steve@sanityinc.com>
Commit: Steve Purcell <steve@sanityinc.com>

    Rule can apparently extend safely to the full window width
---
 page-break-lines.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/page-break-lines.el b/page-break-lines.el
index d8a2aac364..2cf6be541b 100644
--- a/page-break-lines.el
+++ b/page-break-lines.el
@@ -79,7 +79,7 @@ its display table will be modified as necessary."
           (aset buffer-display-table ?\^L
                 (vconcat (mapcar (lambda (c)
                                    (make-glyph-code c 'page-break-lines))
-                                 (make-list (1- (window-width window))
+                                 (make-list (window-width window)
                                             page-break-lines-char)))))
       (when buffer-display-table
         (aset buffer-display-table ?\^L nil)))))



reply via email to

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