]> git.eshelyaron.com Git - emacs.git/commit
Improve insert-file-contents checking
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 Feb 2023 01:30:46 +0000 (17:30 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 Feb 2023 20:32:58 +0000 (12:32 -0800)
commit5284af27ee5250c631ff4ee2f3d8682f0c5df8bc
tree80b740d59de499d8fdbcb1ee50df71471aee8f2a
parentdf5c1c9370ca3c6a6e119278ef6bb1e3bca4d578
Improve insert-file-contents checking

* src/fileio.c (Finsert_file_contents): Check BEG, END,
REPLACE for validity before launching into opening files etc.
src/fileio.c