From: Glenn Morris Date: Mon, 19 Nov 2007 00:08:01 +0000 (+0000) Subject: (dired-relist-entry): Declare as function. X-Git-Tag: emacs-pretest-23.0.90~9645 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5c4fa70fdc6673ddb6798b93ba0816967b40f80c;p=emacs.git (dired-relist-entry): Declare as function. --- 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.