Mercurial > emacs
changeset 69779:865de55024d5
(dired-dnd-protocol-alist): Mention that change does
only apply to new buffers in doc string.
author | Reiner Steib <Reiner.Steib@gmx.de> |
---|---|
date | Mon, 03 Apr 2006 17:27:06 +0000 |
parents | 6828bafcac8e |
children | a86cacdbe08f |
files | lisp/ChangeLog lisp/dired.el |
diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Apr 03 14:34:28 2006 +0000 +++ b/lisp/ChangeLog Mon Apr 03 17:27:06 2006 +0000 @@ -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
--- a/lisp/dired.el Mon Apr 03 14:34:28 2006 +0000 +++ b/lisp/dired.el Mon Apr 03 17:27:06 2006 +0000 @@ -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"