diff options
| author | Romain Francoise | 2006-04-03 17:53:24 +0000 |
|---|---|---|
| committer | Romain Francoise | 2006-04-03 17:53:24 +0000 |
| commit | 3db7bf54095e5b7b7fe108fe8cc9b8a6d5219264 (patch) | |
| tree | aec1c0a433bd52d72d11c40341464da8e8efd74d | |
| parent | 04d6dfe271ef5174500ab4cd3786020e7b8700b6 (diff) | |
| download | emacs-3db7bf54095e5b7b7fe108fe8cc9b8a6d5219264.tar.gz emacs-3db7bf54095e5b7b7fe108fe8cc9b8a6d5219264.zip | |
(dired-dnd-protocol-alist): Fix typo.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/dired.el | 2 |
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 @@ | |||
| 1 | 2006-04-03 Romain Francoise <romain@orebokech.com> | ||
| 2 | |||
| 3 | * dired.el (dired-dnd-protocol-alist): Fix typo. | ||
| 4 | |||
| 1 | 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de> | 5 | 2006-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. |
| 208 | See `dnd-protocol-alist' for more information. When nil, behave | 208 | See `dnd-protocol-alist' for more information. When nil, behave |
| 209 | as in other buffers. Changing this options is effective only for | 209 | as in other buffers. Changing this option is effective only for |
| 210 | new dired buffers." | 210 | new 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)) |