diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2007-11-22 13:48:39 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2007-11-22 13:48:39 +0000 |
commit | f36d1cdc014177178aa112806d163ab2872e7a1b (patch) | |
tree | aa2add7829a79b270fb64c42fa42d842d3e1b36c /lisp/dired.el | |
parent | 961bdc7194eefcdffbcf7e52b78eebedc6d20b9c (diff) | |
download | emacs-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.el | 1 |
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. |