changeset 86324:6a97b0f7d704

(make-symbolic-link): Declare as function.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 22 Nov 2007 13:52:04 +0000
parents 0d44c5b9e7b7
children 613267d53431
files lisp/wdired.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 ()