aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReiner Steib2006-04-03 17:27:06 +0000
committerReiner Steib2006-04-03 17:27:06 +0000
commitf7a8a96578e63406a1c5854d052edcce2f40b100 (patch)
tree165c6a1acba280770db0858c6f9cf4d7cfadd90a
parent5d24c60e3a3b07ccb31b886885ea117a058168be (diff)
downloademacs-f7a8a96578e63406a1c5854d052edcce2f40b100.tar.gz
emacs-f7a8a96578e63406a1c5854d052edcce2f40b100.zip
(dired-dnd-protocol-alist): Mention that change does
only apply to new buffers in doc string.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/dired.el3
2 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 52fa191fcfd..35e2ba3525c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
2
3 * dired.el (dired-dnd-protocol-alist): Mention that change does
4 only apply to new buffers in doc string.
5
12006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change) 62006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
2 7
3 * recentf.el (recentf-open-files-item): Include newline in button 8 * 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."
206 ("^file:" . dired-dnd-handle-local-file)) 206 ("^file:" . dired-dnd-handle-local-file))
207 "The functions to call when a drop in `dired-mode' is made. 207 "The functions to call when a drop in `dired-mode' is made.
208See `dnd-protocol-alist' for more information. When nil, behave 208See `dnd-protocol-alist' for more information. When nil, behave
209as in other buffers." 209as in other buffers. Changing this options is effective only for
210new dired buffers."
210 :type '(choice (repeat (cons (regexp) (function))) 211 :type '(choice (repeat (cons (regexp) (function)))
211 (const :tag "Behave as in other buffers" nil)) 212 (const :tag "Behave as in other buffers" nil))
212 :version "22.1" 213 :version "22.1"