Don't require `dired-aux'.

This commit is contained in:
Gerd Moellmann 2000-07-10 12:17:38 +00:00
parent ee6be958ad
commit e82a2a05d6
2 changed files with 5 additions and 3 deletions

View file

@ -1,3 +1,7 @@
2000-07-10 Gerd Moellmann <gerd@gnu.org>
* dired.el: Don't require `dired-aux'.
2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
* dired-aux.el (dired-show-file-type): New function.
@ -16,7 +20,7 @@
2000-07-07 Gerd Moellmann <gerd@gnu.org>
* bindings.el: Bind ´[delete]' to delete-char.
* bindings.el: Bind `[delete]' to delete-char.
* dired.el (dired-find-alternate-file): New function.
(dired-mode-map): Bind `a' to dired-find-alternate-file.

View file

@ -33,8 +33,6 @@
;;; Code:
(eval-when-compile (require 'dired-aux))
;;; Customizable variables
(defgroup dired nil