From: Reiner Steib Date: Mon, 3 Apr 2006 17:27:06 +0000 (+0000) Subject: (dired-dnd-protocol-alist): Mention that change does X-Git-Tag: emacs-pretest-22.0.90~3342 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f7a8a96578e63406a1c5854d052edcce2f40b100;p=emacs.git (dired-dnd-protocol-alist): Mention that change does only apply to new buffers in doc string. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 52fa191fcfd..35e2ba3525c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2006-04-03 Reiner Steib + + * dired.el (dired-dnd-protocol-alist): Mention that change does + only apply to new buffers in doc string. + 2006-04-03 Lennart Borgman (tiny change) * recentf.el (recentf-open-files-item): Include newline in button diff --git a/lisp/dired.el b/lisp/dired.el index 3bcb45e06c0..33df55dfec7 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 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"