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:
parent
c2649d3f84
commit
5ba0fd437f
@ -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 ()
|
||||
|
Loading…
Reference in New Issue
Block a user