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

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

[elpa] master 31d664a 32/63: ivy.el (ivy-dispatching-done): Add a traili


From: Oleh Krehel
Subject: [elpa] master 31d664a 32/63: ivy.el (ivy-dispatching-done): Add a trailing newline
Date: Fri, 21 Aug 2015 12:08:39 +0000

branch: master
commit 31d664a0ea3155ed99810425527f351076dac378
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    ivy.el (ivy-dispatching-done): Add a trailing newline
---
 ivy.el |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/ivy.el b/ivy.el
index bd11501..989a34e 100644
--- a/ivy.el
+++ b/ivy.el
@@ -285,7 +285,8 @@ When non-nil, it should contain one %d.")
                                        'face 'font-lock-builtin-face)
                                       (nth 2 x)))
                             (cdr actions)
-                            "\n")))
+                            "\n")
+                           "\n: "))
              (key (string (read-key hint)))
              (action (assoc key (cdr actions))))
         (cond ((string= key ""))



reply via email to

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