]> git.eshelyaron.com Git - emacs.git/commit
Remove obsolete uses of obsolete functions
authorMattias Engdegård <mattiase@acm.org>
Mon, 11 Jul 2022 15:31:38 +0000 (17:31 +0200)
committerMattias Engdegård <mattiase@acm.org>
Mon, 11 Jul 2022 15:35:01 +0000 (17:35 +0200)
commit871db806e686236d76e8ddbf3b11dc4bbdc0b91e
tree08bf90d5b92351b6a25fdbfc96895871d3bb1595
parentac0027f6a5480bd4739fdf71413a19012f400483
Remove obsolete uses of obsolete functions

* src/minibuf.c (minibuf_conform_representation): Remove.
(Ftry_completion): Don't call it.
(Ftest_completion): Don't use the obsolete Fstring_make_unibyte or
Fstring_make_multibyte; they don't serve any useful purpose here.
We don't try to equate unibyte and multibyte raw bytes in symbol
lookups elsewhere and there is no reason to do it here.
src/minibuf.c