Don't use (format "%s" ...) for string copying (Bug#28774)
commitb78332c3c646be12d252a637ce0fc949919a840b
authorNoam Postavsky <npostavs@gmail.com>
Thu, 12 Oct 2017 00:23:40 +0000 (11 20:23 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Thu, 12 Oct 2017 00:53:22 +0000 (11 20:53 -0400)
tree7e86c64a2ab73a3f6ee8de9dff76ebd8cac1aedf
parent078fb7f6df4178d5a35243dad164cdd196392e71
Don't use (format "%s" ...) for string copying (Bug#28774)

As of 2017-10-04 'Speed up (format "%s" STRING) and the like', (format
"%s" STRING) no longer produces a new string.
* lisp/ido.el (ido-completions): Use `copy-sequence' to make a new
string, so that we can add text properties to (copies of) symbol
names.
lisp/ido.el