Mercurial > emacs
view etc/schema/docbk-dyntbl.rnc @ 96489:b76b9628d74f
Changes from Toru Tsuneyoshi for using Trash can when deleting files.
* files.el (backup-extract-version): Handle versioned directories.
(trash-directory): New variable.
(move-file-to-trash): New function.
* cus-start.el (delete-by-moving-to-trash): Declare for custom.
* lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
* fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
(syms_of_fileio): Initialize and export them.
(Fdelete_directory, Fdelete_file): Optionally delete via trash.
* w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
(Fsystem_move_file_to_trash): New function.
(syms_of_w32fns): Export it to lisp.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Wed, 02 Jul 2008 13:19:07 +0000 |
parents | cb572a324e49 |
children |
line wrap: on
line source
# Variant of docbook.rnc that allows the table model to be selected # dynamically based on the definitions of cals.table.module and # exchange.table.module. See dbdyntbl.rnc. # Document (root) elements include "dbstart.rnc" # Notation declarations include "dbnotn.rnc" # Information pool include "dbpool.rnc" # Dynamic Table Model include "dbdyntbl.rnc" # Document hierarchy include "dbhier.rnc"