1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(make-symbolic-link): Declare as function.

This commit is contained in:
Juanma Barranquero 2007-11-22 13:52:04 +00:00
parent c2649d3f84
commit 5ba0fd437f

View 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 ()