aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Francoise2006-04-03 17:53:24 +0000
committerRomain Francoise2006-04-03 17:53:24 +0000
commit3db7bf54095e5b7b7fe108fe8cc9b8a6d5219264 (patch)
treeaec1c0a433bd52d72d11c40341464da8e8efd74d
parent04d6dfe271ef5174500ab4cd3786020e7b8700b6 (diff)
downloademacs-3db7bf54095e5b7b7fe108fe8cc9b8a6d5219264.tar.gz
emacs-3db7bf54095e5b7b7fe108fe8cc9b8a6d5219264.zip
(dired-dnd-protocol-alist): Fix typo.
-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))