]> git.eshelyaron.com Git - emacs.git/commit
Handle non-string values in pcomplete
authorGregory Heytings <gregory@heytings.org>
Mon, 19 Dec 2022 22:18:22 +0000 (22:18 +0000)
committerGregory Heytings <gregory@heytings.org>
Thu, 29 Dec 2022 22:00:16 +0000 (23:00 +0100)
commitdafa6d6badd6552b6f88ba884e3e5dadb362380d
tree70f84eeaa3cd38ff9e81a0b1e7dc124bd6d3f2fe
parentbeed746f944aba2559192c057ea294233876e99d
Handle non-string values in pcomplete

* lisp/pcomplete.el (pcomplete-arg): When
pcomplete-parse-arguments-function returns a non-string value,
return the string the user typed in, and attach the value as a
text property to that string.  Fixes bug#59956 and bug#60021.
lisp/pcomplete.el