[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/dired.el
From: |
Jan Djärv |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/dired.el |
Date: |
Fri, 13 May 2005 13:03:32 -0400 |
Index: emacs/lisp/dired.el
diff -c emacs/lisp/dired.el:1.308 emacs/lisp/dired.el:1.309
*** emacs/lisp/dired.el:1.308 Wed May 11 19:32:51 2005
--- emacs/lisp/dired.el Fri May 13 17:03:30 2005
***************
*** 1535,1541 ****
(setq dired-switches-alist nil)
(dired-sort-other dired-actual-switches t)
(when (featurep 'dnd)
! (make-variable-buffer-local 'dnd-protocol-alist)
(setq dnd-protocol-alist
(append dired-dnd-protocol-alist dnd-protocol-alist)))
(run-mode-hooks 'dired-mode-hook))
--- 1535,1541 ----
(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))