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:
parent
3b34b85cc8
commit
08cc48e496
1 changed files with 0 additions and 3 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue