emacs-diffs
[Top][All Lists]
Advanced

[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: Mon, 03 Apr 2006 17:27:08 +0000

Index: emacs/lisp/dired.el
diff -u emacs/lisp/dired.el:1.335 emacs/lisp/dired.el:1.336
--- emacs/lisp/dired.el:1.335   Sun Feb 12 17:45:08 2006
+++ emacs/lisp/dired.el Mon Apr  3 17:27:06 2006
@@ -206,7 +206,8 @@
     ("^file:"    . dired-dnd-handle-local-file))
   "The functions to call when a drop in `dired-mode' is made.
 See `dnd-protocol-alist' for more information.  When nil, behave
-as in other buffers."
+as in other buffers.  Changing this options is effective only for
+new dired buffers."
   :type '(choice (repeat (cons (regexp) (function)))
                 (const :tag "Behave as in other buffers" nil))
   :version "22.1"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]