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

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

[nongnu] elpa/telephone-line 2ba4ae049d 047/195: Fix paradox async progr


From: ELPA Syncer
Subject: [nongnu] elpa/telephone-line 2ba4ae049d 047/195: Fix paradox async progress bar
Date: Wed, 5 Jan 2022 02:59:21 -0500 (EST)

branch: elpa/telephone-line
commit 2ba4ae049d06c0a69f311b59a78eebb1869aba91
Author: Daniel Bordak <dbordak@fastmail.fm>
Commit: Daniel Bordak <dbordak@fastmail.fm>

    Fix paradox async progress bar
    
    This is a bit hacky, but from a cursory check, things put into process
    don't have implicit padding. Neato!
---
 telephone-line-segments.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/telephone-line-segments.el b/telephone-line-segments.el
index ebc6e71f19..f7dff06d84 100644
--- a/telephone-line-segments.el
+++ b/telephone-line-segments.el
@@ -27,7 +27,7 @@
 (telephone-line-defsegment telephone-line-vc-segment
   vc-mode)
 
-(telephone-line-defsegment telephone-line-process-segment
+(defun telephone-line-process-segment (face)
   mode-line-process)
 
 (telephone-line-defsegment telephone-line-position-segment



reply via email to

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