diff options
author | Noam Postavsky <npostavs@gmail.com> | 2017-10-11 20:23:40 -0400 |
---|---|---|
committer | Noam Postavsky <npostavs@gmail.com> | 2017-10-11 20:53:22 -0400 |
commit | b78332c3c646be12d252a637ce0fc949919a840b (patch) | |
tree | 7e86c64a2ab73a3f6ee8de9dff76ebd8cac1aedf /lisp/emacs-lisp/debug.el | |
parent | 078fb7f6df4178d5a35243dad164cdd196392e71 (diff) | |
download | emacs-b78332c3c646be12d252a637ce0fc949919a840b.tar.gz emacs-b78332c3c646be12d252a637ce0fc949919a840b.tar.bz2 emacs-b78332c3c646be12d252a637ce0fc949919a840b.zip |
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.
Diffstat (limited to 'lisp/emacs-lisp/debug.el')
0 files changed, 0 insertions, 0 deletions