# HG changeset patch # User Juanma Barranquero # Date 1195739524 0 # Node ID 6a97b0f7d7042ea0caec4423184c24d8bbac7791 # Parent 0d44c5b9e7b7fec68c12adad4054b5d35f864d48 (make-symbolic-link): Declare as function. diff -r 0d44c5b9e7b7 -r 6a97b0f7d704 lisp/wdired.el --- a/lisp/wdired.el Thu Nov 22 13:51:38 2007 +0000 +++ b/lisp/wdired.el Thu Nov 22 13:52:04 2007 +0000 @@ -556,6 +556,7 @@ (if move (goto-char (1- beg))))) (and target (wdired-normalize-filename target)))) +(declare-function make-symbolic-link "fileio.c") ;; Perform the changes in the target of the changed links. (defun wdired-do-symlink-changes ()