]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/icomplete.el (icomplete-completions): Follow-up to 2014-03-01T01:25:29Z!lekktu...
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 3 Mar 2014 03:40:48 +0000 (04:40 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 3 Mar 2014 03:40:48 +0000 (04:40 +0100)
lisp/ChangeLog
lisp/icomplete.el

index 5c3362611f62bf04c1702edb8f01d7263686fb7d..e047d3bbe6268be2c30dedac74273522172224be 100644 (file)
@@ -1,3 +1,7 @@
+2014-03-03  Juanma Barranquero  <lekktu@gmail.com>
+
+       * icomplete.el (icomplete-completions): Follow-up to revno:116616.
+
 2014-03-03  Juanma Barranquero  <lekktu@gmail.com>
 
        * icomplete.el: Miscellaneous doc fixes.
index 35e441b87f3173d138243a0779b667452b72105b..0c5a2babd8623bd6426555a631f599ecd263f23c 100644 (file)
@@ -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]"))))))