]> code.delx.au - gnu-emacs/commitdiff
(make-symbolic-link): Declare as function.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 22 Nov 2007 13:52:04 +0000 (13:52 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 22 Nov 2007 13:52:04 +0000 (13:52 +0000)
lisp/wdired.el

index a76ac809feb659ed4883fc9e614ce104919858e4..39d27d578481a8eacb8208d6ae306a9b25b1e214 100644 (file)
@@ -556,6 +556,7 @@ If OLD, return the old target.  If MOVE, move point before it."
          (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 ()