]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-dnd-protocol-alist): Mention that change does
authorReiner Steib <Reiner.Steib@gmx.de>
Mon, 3 Apr 2006 17:27:06 +0000 (17:27 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Mon, 3 Apr 2006 17:27:06 +0000 (17:27 +0000)
only apply to new buffers in doc string.

lisp/ChangeLog
lisp/dired.el

index 52fa191fcfd2656bd6df430cb0bded761cddb763..35e2ba3525c17ef2a3a3c676f4fcab6f9113d8db 100644 (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
index 3bcb45e06c0813af6740e675371cf21bc4ac0551..33df55dfec705b8a0209cf9c0026dced87f2250b 100644 (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"