X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/ea948bd6efab506a557588ed1292da27317c62d1..0bfd44c1806f9e589f79e9bc8f4b2a5aab7e4df3:/lisp/dired.el diff --git a/lisp/dired.el b/lisp/dired.el index 3bcb45e06c..7209248a75 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -206,7 +206,8 @@ with the buffer narrowed to the listing." ("^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 option is effective only for +new dired buffers." :type '(choice (repeat (cons (regexp) (function))) (const :tag "Behave as in other buffers" nil)) :version "22.1"