emacs/lisp/eshell
Óscar Fuentes ea65de7577 eshell-complete-parse-arguments: don't use string-match on a list
When there is more than one candidate for completion, `val' is a list.

Fixes bug#52794.

* lisp/eshell/em-cmpl.el (eshell-complete-parse-arguments): protect
use of string-match with stringp.
2021-12-27 16:05:19 +01:00
..
em-alias.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
em-banner.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
em-basic.el ; More minor docfixes found by checkdoc 2021-09-14 07:57:14 +02:00
em-cmpl.el eshell-complete-parse-arguments: don't use string-match on a list 2021-12-27 16:05:19 +01:00
em-dirs.el Adjust eshell and ps-print to not use emacs-kill-hook 2021-07-04 14:07:59 +02:00
em-glob.el ; More minor docfixes found by checkdoc 2021-09-14 07:57:14 +02:00
em-hist.el ; More minor docfixes found by checkdoc 2021-09-14 07:57:14 +02:00
em-ls.el ; More minor docfixes found by checkdoc 2021-09-14 07:57:14 +02:00
em-pred.el ; Stylistic docfixes in eshell/*.el found by checkdoc 2021-09-19 12:59:55 +02:00
em-prompt.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
em-rebind.el ; More minor docfixes found by checkdoc 2021-09-14 07:57:14 +02:00
em-script.el Fix cd to directories called "eshell" in eshell 2021-04-05 18:09:41 +02:00
em-smart.el ; More minor docfixes found by checkdoc 2021-09-14 07:57:14 +02:00
em-term.el ; Stylistic docfixes in eshell/*.el found by checkdoc 2021-09-19 12:59:55 +02:00
em-tramp.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
em-unix.el ; Stylistic docfixes in eshell/*.el found by checkdoc 2021-09-19 12:59:55 +02:00
em-xtra.el Cleanup in em-extra.el 2021-04-17 02:25:42 +02:00
esh-arg.el ; More minor docfixes found by checkdoc 2021-09-14 07:57:14 +02:00
esh-cmd.el Fix eshell for systems that do not have subprocesses 2021-12-12 15:50:28 +08:00
esh-ext.el ; More minor docfixes found by checkdoc 2021-09-14 07:57:14 +02:00
esh-io.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
esh-mode.el Fix issue with interpreting ANSI codes in eshell 2021-10-25 15:24:35 +02:00
esh-module.el ; Stylistic docfixes in eshell/*.el found by checkdoc 2021-09-19 12:59:55 +02:00
esh-opt.el Delete some commented out defgroups 2021-03-24 06:15:37 +01:00
esh-proc.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
esh-util.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
esh-var.el ; Stylistic docfixes in eshell/*.el found by checkdoc 2021-09-19 12:59:55 +02:00
eshell.el Docfix: use command substitution for 'universal-argument' 2021-09-16 20:05:48 +02:00