From 08cc48e496ed98f16a014bf7ced69f527b72ab11 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 9 Aug 2023 06:05:24 -0400 Subject: [PATCH] Remove a DEFSYM that no longer needs to be in the C core. * src/fileio.c (syms_of_fileio): Remove Qmove_file_to_trash. --- src/fileio.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/fileio.c b/src/fileio.c index 14e39445efa..52bbaa61fc2 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -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"); -- 2.39.2