(dired-mode): Simplify.
This commit is contained in:
parent
194983ecb6
commit
6ae53dc130
2 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue