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

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

[nongnu] elpa/anzu 3845ead349 248/288: Untabify


From: ELPA Syncer
Subject: [nongnu] elpa/anzu 3845ead349 248/288: Untabify
Date: Thu, 6 Jan 2022 03:58:57 -0500 (EST)

branch: elpa/anzu
commit 3845ead349e004ff8616b11eb167051584b98e97
Author: Syohei YOSHIDA <syohex@gmail.com>
Commit: Syohei YOSHIDA <syohex@gmail.com>

    Untabify
---
 anzu.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/anzu.el b/anzu.el
index 4d0cf62f22..6e1eb8785b 100644
--- a/anzu.el
+++ b/anzu.el
@@ -408,7 +408,7 @@
 (defconst anzu--from-to-separator
   (propertize
    (or (ignore-errors
-        (if (char-displayable-p ?\u2192) " \u2192 " " -> "))
+         (if (char-displayable-p ?\u2192) " \u2192 " " -> "))
        " -> ")
    'face 'minibuffer-prompt))
 



reply via email to

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