]> git.eshelyaron.com Git - emacs.git/commit
Allow inserting parts of /dev/urandom with insert-file-contents
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 11 Jun 2022 12:39:54 +0000 (14:39 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 11 Jun 2022 12:39:54 +0000 (14:39 +0200)
commitcb4579ed6ba45c81ee7ec627bf197e1def121f24
tree1876c474349aad31d42f06587f68510ed8988ad2
parent36758096961930baaf0e271522abfb78ff7f656d
Allow inserting parts of /dev/urandom with insert-file-contents

* doc/lispref/files.texi (Reading from Files): Document it.
* src/fileio.c (Finsert_file_contents): Allow specifying END for
special files (bug#18370).
doc/lispref/files.texi
src/fileio.c
test/src/fileio-tests.el