[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/dired.el
From: |
Reiner Steib |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/dired.el |
Date: |
Tue, 17 May 2005 13:23:50 -0400 |
Index: emacs/lisp/dired.el
diff -c emacs/lisp/dired.el:1.310 emacs/lisp/dired.el:1.311
*** emacs/lisp/dired.el:1.310 Sun May 15 21:33:25 2005
--- emacs/lisp/dired.el Tue May 17 17:23:34 2005
***************
*** 1549,1557 ****
(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)))
(run-mode-hooks 'dired-mode-hook))
;; Idiosyncratic dired commands that don't deal with marks.
--- 1549,1556 ----
(setq dired-switches-alist nil)
(dired-sort-other dired-actual-switches t)
(when (featurep 'dnd)
! (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.