summaryrefslogtreecommitdiff
path: root/lisp/dired.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2007-11-22 13:48:39 +0000
committerJuanma Barranquero <lekktu@gmail.com>2007-11-22 13:48:39 +0000
commitf36d1cdc014177178aa112806d163ab2872e7a1b (patch)
treeaa2add7829a79b270fb64c42fa42d842d3e1b36c /lisp/dired.el
parent961bdc7194eefcdffbcf7e52b78eebedc6d20b9c (diff)
downloademacs-f36d1cdc014177178aa112806d163ab2872e7a1b.tar.gz
emacs-f36d1cdc014177178aa112806d163ab2872e7a1b.tar.bz2
emacs-f36d1cdc014177178aa112806d163ab2872e7a1b.zip
(make-symbolic-link): Declare as function.
Diffstat (limited to 'lisp/dired.el')
-rw-r--r--lisp/dired.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/dired.el b/lisp/dired.el
index 12cf16e56d3..4502609013b 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -3265,6 +3265,7 @@ Anything else means ask for each directory."
nil)))
(declare-function dired-relist-entry "dired-aux" (file))
+(declare-function make-symbolic-link "fileio.c")
(defun dired-dnd-handle-local-file (uri action)
"Copy, move or link a file to the dired directory.