]> git.eshelyaron.com Git - emacs.git/commit
Revert commits dafa6d6badd6 and 72c45fa9109a
authorJim Porter <jporterbugs@gmail.com>
Wed, 6 Sep 2023 01:27:21 +0000 (18:27 -0700)
committerJim Porter <jporterbugs@gmail.com>
Tue, 10 Oct 2023 20:00:38 +0000 (13:00 -0700)
commit239db5d5162f6f9a4a6735e176c8d306f18e50e7
tree75bfe543f88fa6fe0bdcabbc96a927f8d3e35e24
parentf7185ca29b5086b1b0f32e64b7a5ba0bc21152c8
Revert commits dafa6d6badd6 and 72c45fa9109a

These were there to work around deficiencies in how Eshell produces
completions for 'pcomplete-argument' (Eshell passed various non-string
objects to Pcomplete, which broke things).  Now, Eshell always returns
a stringified form of the argument, with the original value stored via
the text property 'pcomplete-arg-value'.

* lisp/pcomplete.el (pcomplete-arg): Revert changes back to a simpler
form.
lisp/pcomplete.el