]> git.eshelyaron.com Git - emacs.git/commit
Fix last change of 'delete-file'
authorEli Zaretskii <eliz@gnu.org>
Sun, 6 Aug 2023 14:03:26 +0000 (17:03 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 6 Aug 2023 14:03:26 +0000 (17:03 +0300)
commit400df210ce0cc1ee0113b14a5ad92764d148c620
tree269e6b3d523a7dede75dae122484343513ae3090
parent10a7615b5d45bcd909bb03d67423b337dfe93b1e
Fix last change of 'delete-file'

* src/fileio.c (Fdelete_file_internal): Expand file name here, as
all primitives must.
(internal_delete_file): Adjust to the fact that Fdelete_file was
renamed.

* lisp/files.el (delete-file): Don't expand-file-name here, as
the called primitives already do.  Fix typo in doc string.
lisp/files.el
src/fileio.c