]> git.eshelyaron.com Git - emacs.git/commit
Extend directory-append to take an arbitrary number of components
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 24 Jul 2021 15:22:43 +0000 (17:22 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 24 Jul 2021 15:22:43 +0000 (17:22 +0200)
commitb4543dfa9e72deeee607ffa9396a680c51a00968
tree09493193d03f4961a8007c709f1b8a8598ac26d6
parent8cd66a3170b4117d3cbcdce7a09837e3c2ea0e43
Extend directory-append to take an arbitrary number of components

* doc/lispref/files.texi (Directory Names): Document it.
* lisp/emacs-lisp/shortdoc.el (file-name): Add new example.

* src/fileio.c (Fdirectory_append): Change the function to take an
arbitrary number of components.
doc/lispref/files.texi
lisp/emacs-lisp/shortdoc.el
src/fileio.c
test/src/fileio-tests.el