]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove a DEFSYM that no longer needs to be in the C core.
authorEric S. Raymond <esr@thyrsus.com>
Wed, 9 Aug 2023 10:05:24 +0000 (06:05 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Wed, 9 Aug 2023 10:06:01 +0000 (06:06 -0400)
* src/fileio.c (syms_of_fileio): Remove Qmove_file_to_trash.

src/fileio.c

index 14e39445efadf53855d74ba696e11e6cc912ce1f..52bbaa61fc2d5eabf798230276d78c36bf7b02e1 100644 (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");