1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 02:31:03 -08:00
emacs/lisp/eshell
Jim Porter 0d752f15b8 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.
2025-07-22 22:24:15 -07:00
..
em-alias.el
em-banner.el
em-basic.el
em-cmpl.el
em-dirs.el
em-elecslash.el
em-extpipe.el Use cl-with-gensyms in a few more cases 2025-02-25 01:23:33 +01:00
em-glob.el
em-hist.el
em-ls.el Make Eshell's "ls" command return a non-zero status on errors 2025-01-11 11:50:19 -08:00
em-pred.el Delete redundant lambdas around unary functions 2025-02-11 19:04:00 +01:00
em-prompt.el Handle Eshell prompts where stickiness properties are 't' 2025-07-22 22:24:15 -07:00
em-rebind.el
em-script.el
em-smart.el
em-term.el
em-tramp.el
em-unix.el
em-xtra.el
esh-arg.el
esh-cmd.el ; * lisp/eshell/esh-cmd.el (eshell-lisp-command): Simplify. 2025-07-20 16:05:00 -07:00
esh-ext.el
esh-io.el Prefer incf to cl-incf in remaining files 2025-02-26 02:57:03 +01:00
esh-mode.el
esh-module.el
esh-opt.el
esh-proc.el
esh-util.el Improve integer file mode options docstrings 2025-01-06 11:10:10 +01:00
esh-var.el
eshell.el