1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-13 06:50:39 -08:00
emacs/lisp/eshell
Alex Branham 36b05dc842 New function flatten-tree
Co-authored-by: Basil L. Contovounesios <contovob@tcd.ie>

* doc/lispref/lists.texi: Document `flatten-tree'.

* lisp/progmodes/js.el (js--maybe-join):
* lisp/printing.el (pr-switches):
* lisp/lpr.el (lpr-print-region):
* lisp/gnus/nnimap.el (nnimap-find-wanted-parts):
* lisp/gnus/message.el (message-talkative-question):
* lisp/gnus/gnus-sum.el (gnus-remove-thread)
(gnus-thread-highest-number, gnus-thread-latest-date):
* lisp/eshell/esh-util.el (eshell-flatten-and-stringify):
* lisp/eshell/esh-opt.el (eshell-eval-using-options):
* lisp/eshell/esh-ext.el (eshell-external-command):
* lisp/eshell/em-xtra.el (eshell/expr):
* lisp/eshell/em-unix.el (eshell/rm, eshell-mvcpln-template)
(eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
(eshell/du, eshell/time, eshell/diff, eshell/locate):
* lisp/eshell/em-tramp.el (eshell/su, eshell/sudo):
* lisp/eshell/em-term.el (eshell-exec-visual):
* lisp/eshell/em-dirs.el (eshell-dirs-substitute-cd, eshell/cd):
* lisp/eshell/em-basic.el (eshell/printnl):
Use new flatten-tree.

* lisp/progmodes/js.el (js--flatten-list):
* lisp/lpr.el (lpr-flatten-list):
* lisp/gnus/message.el (message-flatten-list):
* lisp/eshell/esh-util.el (eshell-flatten-list):
Obsolete in favor of Emacs-wide `flatten-tree'.

* lisp/subr.el (flatten-list): Alias to `flatten-tree' for
discoverability.

* lisp/subr.el (flatten-tree): New defun.

* test/lisp/subr-tests.el (subr-tests-flatten-tree): New test.
2018-12-17 12:15:09 +01:00
..
em-alias.el
em-banner.el
em-basic.el New function flatten-tree 2018-12-17 12:15:09 +01:00
em-cmpl.el Merge from origin/emacs-26 2018-03-20 08:59:39 -07:00
em-dirs.el New function flatten-tree 2018-12-17 12:15:09 +01:00
em-glob.el
em-hist.el Fix resolving symlinks in Eshell history file names 2018-12-09 09:45:40 +02:00
em-ls.el Replace insignificant backquotes 2018-11-25 21:08:08 +01:00
em-pred.el file-attributes cleanup 2018-09-23 18:32:59 -07:00
em-prompt.el
em-rebind.el Avoid byte-compiler warning in em-rebind.el 2018-10-12 11:39:02 +03:00
em-script.el
em-smart.el
em-term.el New function flatten-tree 2018-12-17 12:15:09 +01:00
em-tramp.el New function flatten-tree 2018-12-17 12:15:09 +01:00
em-unix.el New function flatten-tree 2018-12-17 12:15:09 +01:00
em-xtra.el New function flatten-tree 2018-12-17 12:15:09 +01:00
esh-arg.el
esh-cmd.el Replace insignificant backquotes 2018-11-25 21:08:08 +01:00
esh-ext.el New function flatten-tree 2018-12-17 12:15:09 +01:00
esh-io.el
esh-mode.el Detect Chinese sudo password prompts (Bug#31075) 2018-08-23 22:50:15 -04:00
esh-module.el
esh-opt.el New function flatten-tree 2018-12-17 12:15:09 +01:00
esh-proc.el Fix Bug#31704 2018-09-06 12:16:00 +02:00
esh-util.el New function flatten-tree 2018-12-17 12:15:09 +01:00
esh-var.el
eshell.el