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

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

[elpa] externals/indent-bars 1439cc08d1 285/431: create-stipples -> crea


From: ELPA Syncer
Subject: [elpa] externals/indent-bars 1439cc08d1 285/431: create-stipples -> create-stipple-remaps
Date: Mon, 16 Sep 2024 12:59:39 -0400 (EDT)

branch: externals/indent-bars
commit 1439cc08d121a0fc09cc9eef55ff3c6e10e34300
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>

    create-stipples -> create-stipple-remaps
---
 indent-bars.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/indent-bars.el b/indent-bars.el
index 814deb7f16..94722142f3 100644
--- a/indent-bars.el
+++ b/indent-bars.el
@@ -1343,7 +1343,7 @@ attributes are set via filtered face remaps.")
   (cl-loop for (_k r) on pl by #'cddr do
           (face-remap-remove-relative r)))
 
-(defun indent-bars--create-stipples (w h rot)
+(defun indent-bars--create-stipple-remaps (w h rot)
   "Create and store stipple remaps for the given font size and pixel start.
 W is the `window-font-width', H is the corresponding height, and
 ROT is the number of bits to rotate the pattern start.  An entry
@@ -1405,7 +1405,7 @@ WIN defaults to the selected window.  To be set as a local
               (ht (buffer-local-value 'indent-bars--stipple-remaps buf))
               ((null (gethash whr ht))))
       (with-current-buffer buf ; we may be called from an arbitrary buffer
-       (indent-bars--create-stipples w h rot)
+       (indent-bars--create-stipple-remaps w h rot)
        (indent-bars--schedule-remap-cleanup)))))
 
 (defun indent-bars--cleanup-stipple-remaps (buf)



reply via email to

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