aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-11-19 00:08:01 +0000
committerGlenn Morris2007-11-19 00:08:01 +0000
commit5c4fa70fdc6673ddb6798b93ba0816967b40f80c (patch)
tree81cd5c7cd3f725813accf4c635a9cff52c229ecb
parent70b0a6931ac519b58a3a157ac05ee9df30fd1478 (diff)
downloademacs-5c4fa70fdc6673ddb6798b93ba0816967b40f80c.tar.gz
emacs-5c4fa70fdc6673ddb6798b93ba0816967b40f80c.zip
(dired-relist-entry): Declare as function.
-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."
3264 (dired-dnd-handle-local-file uri action) 3264 (dired-dnd-handle-local-file uri action)
3265 nil))) 3265 nil)))
3266 3266
3267(declare-function dired-relist-entry "dired-aux" (file))
3268
3267(defun dired-dnd-handle-local-file (uri action) 3269(defun dired-dnd-handle-local-file (uri action)
3268 "Copy, move or link a file to the dired directory. 3270 "Copy, move or link a file to the dired directory.
3269URI is the file to handle, ACTION is one of copy, move, link or ask. 3271URI is the file to handle, ACTION is one of copy, move, link or ask.