]> git.eshelyaron.com Git - emacs.git/commit
Give test-completion's PREDICATE the hashtable key
authorNoam Postavsky <npostavs@gmail.com>
Sun, 27 Nov 2016 19:41:02 +0000 (14:41 -0500)
committerNoam Postavsky <npostavs@gmail.com>
Wed, 7 Dec 2016 03:20:23 +0000 (22:20 -0500)
commit2a3420d94206a97f094580e06c25af91d5949516
tree725cd913267ceb1cf4dbc0f32671b44876b24f0b
parent60fe63015165a03a765852f60367e548c1617f89
Give test-completion's PREDICATE the hashtable key

For hashtable entries with symbol keys, `test-completion' would convert
the key to a string before calling PREDICATE, unlike `try-completion'
and `all-completions'.

* src/minibuf.c (Ftest_completion): Pass original key from hashtable.
src/minibuf.c
test/src/minibuf-tests.el