]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-relist-entry): Declare as function.
authorGlenn Morris <rgm@gnu.org>
Mon, 19 Nov 2007 00:08:01 +0000 (00:08 +0000)
committerGlenn Morris <rgm@gnu.org>
Mon, 19 Nov 2007 00:08:01 +0000 (00:08 +0000)
lisp/dired.el

index 16b53acb6da8ed1f72f7c04ff46008169f683c0a..12cf16e56d34797ca02bccadb357aebbb88f9a55 100644 (file)
@@ -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.