diff options
author | Glenn Morris <rgm@gnu.org> | 2007-11-19 00:08:01 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-11-19 00:08:01 +0000 |
commit | 5c4fa70fdc6673ddb6798b93ba0816967b40f80c (patch) | |
tree | 81cd5c7cd3f725813accf4c635a9cff52c229ecb /lisp/dired.el | |
parent | 70b0a6931ac519b58a3a157ac05ee9df30fd1478 (diff) | |
download | emacs-5c4fa70fdc6673ddb6798b93ba0816967b40f80c.tar.gz emacs-5c4fa70fdc6673ddb6798b93ba0816967b40f80c.tar.bz2 emacs-5c4fa70fdc6673ddb6798b93ba0816967b40f80c.zip |
(dired-relist-entry): Declare as function.
Diffstat (limited to 'lisp/dired.el')
-rw-r--r-- | lisp/dired.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/dired.el b/lisp/dired.el index 16b53acb6da..12cf16e56d3 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -3264,6 +3264,8 @@ Anything else means ask for each directory." (dired-dnd-handle-local-file uri action) nil))) +(declare-function dired-relist-entry "dired-aux" (file)) + (defun dired-dnd-handle-local-file (uri action) "Copy, move or link a file to the dired directory. URI is the file to handle, ACTION is one of copy, move, link or ask. |