summaryrefslogtreecommitdiff
path: root/lisp/dired.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2007-11-19 00:08:01 +0000
committerGlenn Morris <rgm@gnu.org>2007-11-19 00:08:01 +0000
commit5c4fa70fdc6673ddb6798b93ba0816967b40f80c (patch)
tree81cd5c7cd3f725813accf4c635a9cff52c229ecb /lisp/dired.el
parent70b0a6931ac519b58a3a157ac05ee9df30fd1478 (diff)
downloademacs-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.el2
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.