projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b34b85
)
Remove a DEFSYM that no longer needs to be in the C core.
author
Eric S. Raymond
<esr@thyrsus.com>
Wed, 9 Aug 2023 10:05:24 +0000
(06:05 -0400)
committer
Eric 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
patch
|
blob
|
history
diff --git
a/src/fileio.c
b/src/fileio.c
index 14e39445efadf53855d74ba696e11e6cc912ce1f..52bbaa61fc2d5eabf798230276d78c36bf7b02e1 100644
(file)
--- 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");