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

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

[nongnu] elpa/telephone-line baf17f6f1c 186/195: Fixed parentheses in at


From: ELPA Syncer
Subject: [nongnu] elpa/telephone-line baf17f6f1c 186/195: Fixed parentheses in atom-eol-segment
Date: Wed, 5 Jan 2022 03:00:04 -0500 (EST)

branch: elpa/telephone-line
commit baf17f6f1c3c7b2b910d7b0491f22f721c720332
Author: Brian Christian <11952260+fdeitylink@users.noreply.github.com>
Commit: GitHub <noreply@github.com>

    Fixed parentheses in atom-eol-segment
---
 telephone-line-segments.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/telephone-line-segments.el b/telephone-line-segments.el
index d667cd5335..ba72890b37 100644
--- a/telephone-line-segments.el
+++ b/telephone-line-segments.el
@@ -67,9 +67,9 @@ Set HIDE-LF to display nothing for unix endings, as it can be 
an assumed default
 Adapted from doom-modeline."
   (pcase (coding-system-eol-type buffer-file-coding-system)
     (0 (if hide-lf nil
-         "LF")
+         "LF"))
        (1 "CRLF")
-       (2 "CR"))))
+       (2 "CR")))
 
 (telephone-line-defsegment* telephone-line-atom-encoding-segment (&optional 
hide-utf8)
   "Displays the encoding of the buffer the same way Atom does.



reply via email to

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