From 542a38406dd041c1870760c792e0d05e1d0d9e39 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 3 Mar 2014 04:40:48 +0100 Subject: [PATCH] lisp/icomplete.el (icomplete-completions): Follow-up to 2014-03-01T01:25:29Z!lekktu@gmail.com. --- lisp/ChangeLog | 4 ++++ lisp/icomplete.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5c3362611f6..e047d3bbe62 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2014-03-03 Juanma Barranquero + + * icomplete.el (icomplete-completions): Follow-up to revno:116616. + 2014-03-03 Juanma Barranquero * icomplete.el: Miscellaneous doc fixes. diff --git a/lisp/icomplete.el b/lisp/icomplete.el index 35e441b87f3..0c5a2babd86 100644 --- a/lisp/icomplete.el +++ b/lisp/icomplete.el @@ -483,7 +483,7 @@ matches exist." (concat determ "{" (mapconcat 'identity prospects icomplete-separator) - (and limit (concat icomplete-separator "…")) + (and limit (concat icomplete-separator ellipsis)) "}") (concat determ " [Matched]")))))) -- 2.39.2