Mercurial > emacs
changeset 86318:996f5a68400d
(make-symbolic-link): Declare as function.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 22 Nov 2007 13:48:39 +0000 |
parents | 2aa93dd1b1cb |
children | aad1610bcbbf |
files | lisp/dired.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/dired.el Thu Nov 22 12:30:08 2007 +0000 +++ b/lisp/dired.el Thu Nov 22 13:48:39 2007 +0000 @@ -3265,6 +3265,7 @@ 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.