mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
(dired-dnd-protocol-alist): Fix typo.
This commit is contained in:
parent
04d6dfe271
commit
3db7bf5409
@ -1,3 +1,7 @@
|
||||
2006-04-03 Romain Francoise <romain@orebokech.com>
|
||||
|
||||
* dired.el (dired-dnd-protocol-alist): Fix typo.
|
||||
|
||||
2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
|
||||
|
||||
* savehist.el (savehist): Add :version.
|
||||
|
@ -206,7 +206,7 @@ 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. Changing this options is effective only for
|
||||
as in other buffers. Changing this option is effective only for
|
||||
new dired buffers."
|
||||
:type '(choice (repeat (cons (regexp) (function)))
|
||||
(const :tag "Behave as in other buffers" nil))
|
||||
|
Loading…
Reference in New Issue
Block a user