1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 18:40:39 -08:00

Remove a DEFSYM that no longer needs to be in the C core.

* src/fileio.c (syms_of_fileio): Remove Qmove_file_to_trash.
This commit is contained in:
Eric S. Raymond 2023-08-09 06:05:24 -04:00
parent 3b34b85cc8
commit 08cc48e496

View file

@ -6802,9 +6802,6 @@ This includes interactive calls to `delete-file' and
/* Lisp function for interactive file delete with trashing */
DEFSYM (Qdelete_file, "delete-file");
/* Lisp function for moving files to trash. */
DEFSYM (Qmove_file_to_trash, "move-file-to-trash");
/* Lisp function for recursively copying directories. */
DEFSYM (Qcopy_directory, "copy-directory");