(dired-dnd-protocol-alist): Mention that change does

only apply to new buffers in doc string.
This commit is contained in:
Reiner Steib 2006-04-03 17:27:06 +00:00
parent 5d24c60e3a
commit f7a8a96578
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
* dired.el (dired-dnd-protocol-alist): Mention that change does
only apply to new buffers in doc string.
2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
* recentf.el (recentf-open-files-item): Include newline in button

View file

@ -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"