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

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

[nongnu] elpa/telephone-line f30195b8a3 162/195: Remove dead function


From: ELPA Syncer
Subject: [nongnu] elpa/telephone-line f30195b8a3 162/195: Remove dead function
Date: Wed, 5 Jan 2022 02:59:45 -0500 (EST)

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

    Remove dead function
---
 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 0f012e71c6..068fac3c7a 100644
--- a/telephone-line-segments.el
+++ b/telephone-line-segments.el
@@ -219,7 +219,7 @@ Inspired by doom-modeline."
             (funcall (telephone-line-projectile-segment) face)
             (propertize
              (concat "/"
-                     (if-let ((rel-path (file-relative-name 
(projectile-file-truename (buffer-file-name))
+                     (if-let ((rel-path (file-relative-name (file-truename 
(buffer-file-name))
                                                             
(projectile-project-root))))
                          (telephone-line--truncate-path rel-path (or 
truncate-until -1))))
              'help-echo (buffer-file-name)))



reply via email to

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