aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/dired.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1458541bbbe..67a6181ef8d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12006-04-03 Romain Francoise <romain@orebokech.com>
2
3 * dired.el (dired-dnd-protocol-alist): Fix typo.
4
12006-04-03 Reiner Steib <Reiner.Steib@gmx.de> 52006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
2 6
3 * savehist.el (savehist): Add :version. 7 * savehist.el (savehist): Add :version.
diff --git a/lisp/dired.el b/lisp/dired.el
index 33df55dfec7..7209248a75a 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -206,7 +206,7 @@ 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. Changing this options is effective only for 209as in other buffers. Changing this option is effective only for
210new dired buffers." 210new dired buffers."
211 :type '(choice (repeat (cons (regexp) (function))) 211 :type '(choice (repeat (cons (regexp) (function)))
212 (const :tag "Behave as in other buffers" nil)) 212 (const :tag "Behave as in other buffers" nil))