]> git.eshelyaron.com Git - emacs.git/commit
Further improvement for non-string values in pcomplete
authorGregory Heytings <gregory@heytings.org>
Wed, 4 Jan 2023 16:48:03 +0000 (16:48 +0000)
committerGregory Heytings <gregory@heytings.org>
Sat, 14 Jan 2023 21:24:33 +0000 (22:24 +0100)
commit72c45fa9109a53cb55d13697d69e9a32a7e289b5
tree1854754bf62c0cba9ad21ccaf9a977dc1fb3ad78
parent1ef359095ec610a92c1f485b3f301782336dfc4e
Further improvement for non-string values in pcomplete

* lisp/pcomplete.el (pcomplete-arg): Use the string representation
of the argument value instead of the text representation of the
argument.  Return the value, even when it is not a string, when
index is 'last'.  Fixes bug#60464.
lisp/pcomplete.el