]> git.eshelyaron.com Git - emacs.git/commit
Handle Eshell prompts where stickiness properties are 't'
authorJim Porter <jporterbugs@gmail.com>
Wed, 23 Jul 2025 05:24:15 +0000 (22:24 -0700)
committerEshel Yaron <me@eshelyaron.com>
Fri, 25 Jul 2025 08:12:35 +0000 (10:12 +0200)
commit677b5270f15b6b29cc979cb3cd09e81ee896e704
treedabba8b2e56432eb07a756515da71d5255c597ca
parentf17f6819870fd32f23deecab35a6a7afe1912789
Handle Eshell prompts where stickiness properties are 't'

Previously, this signaled an error, breaking the prompt (bug#79059).

* lisp/eshell/em-prompt.el (eshell--append-text-property): Don't append
to non-list property values.

* test/lisp/eshell/em-prompt-tests.el
(em-prompt-test/field-properties/merge-stickiness): Adapt test.

(cherry picked from commit 0d752f15b86dd3e5329a3f6d4a92e9870a6b8437)
lisp/eshell/em-prompt.el
test/lisp/eshell/em-prompt-tests.el