(dired-mode): Simplify.

This commit is contained in:
Reiner Steib 2005-05-17 17:23:36 +00:00
parent 194983ecb6
commit 6ae53dc130
2 changed files with 6 additions and 3 deletions

View file

@ -1,3 +1,7 @@
2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
* dired.el (dired-mode): Simplify.
2005-05-17 Lute Kamstra <lute@gnu.org>
* emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a

View file

@ -1549,9 +1549,8 @@ Keybindings:
(setq dired-switches-alist nil)
(dired-sort-other dired-actual-switches t)
(when (featurep 'dnd)
(make-local-variable 'dnd-protocol-alist)
(setq dnd-protocol-alist
(append dired-dnd-protocol-alist dnd-protocol-alist)))
(set (make-local-variable 'dnd-protocol-alist)
(append dired-dnd-protocol-alist dnd-protocol-alist)))
(run-mode-hooks 'dired-mode-hook))
;; Idiosyncratic dired commands that don't deal with marks.