From 5ba0fd437fe9d8d2b7330728d65927fd9f7c6f70 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 22 Nov 2007 13:52:04 +0000 Subject: [PATCH] (make-symbolic-link): Declare as function. --- lisp/wdired.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/wdired.el b/lisp/wdired.el index a76ac809feb..39d27d57848 100644 --- a/lisp/wdired.el +++ b/lisp/wdired.el @@ -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 () -- 2.39.2