emacs/lisp/eshell
Steven Allen cd6a9b8f65 Skip shell prompt on current line in Eshell even if it's protected
When the eshell prompt is protected (e.g., with rear non-sticky,
inhibited movements, etc.), 'beginning-of-line' won't move to the
actual beginning of the line and therefore won't skip over the
prompt.
* lisp/eshell/em-prompt.el (eshell-previous-prompt): Use
'forward-line' to go to the beginning of the line, even if it's
protected.  (Bug#39627)
2020-02-21 10:51:51 +02:00
..
em-alias.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
em-banner.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
em-basic.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
em-cmpl.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
em-dirs.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
em-glob.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
em-hist.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
em-ls.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
em-pred.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
em-prompt.el Skip shell prompt on current line in Eshell even if it's protected 2020-02-21 10:51:51 +02:00
em-rebind.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
em-script.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
em-smart.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
em-term.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
em-tramp.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
em-unix.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
em-xtra.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
esh-arg.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
esh-cmd.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
esh-ext.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
esh-io.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
esh-mode.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
esh-module.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
esh-opt.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
esh-proc.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
esh-util.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
esh-var.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
eshell.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00