diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/wdired.el | 1 |
1 files changed, 1 insertions, 0 deletions
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 () |