Features
Introduction
Installation
When loaded this code redefines the following functions of GNU Emacs
from `dired.el
'
dired-clean-up-after-deletion
dired-find-buffer-nocreate
dired-initial-position
dired-up-directory
and the following functions from `dired-aux.el
'
dired-add-entry
dired-read-shell-command
One drawback is that `dired-x.el
' will load `dired-aux.el
' as soon
as dired is loaded. Thus, the advantage of separating out non-essential dired
stuff into `dired-aux.el
' and only loading when necessary will be lost
when `dired-x.el
' is used.