From: Eric S. Raymond Date: Wed, 9 Aug 2023 10:05:24 +0000 (-0400) Subject: Remove a DEFSYM that no longer needs to be in the C core. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=08cc48e496ed98f16a014bf7ced69f527b72ab11;p=emacs.git Remove a DEFSYM that no longer needs to be in the C core. * src/fileio.c (syms_of_fileio): Remove Qmove_file_to_trash. --- 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");