diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2007-11-22 13:52:04 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2007-11-22 13:52:04 +0000 |
commit | 5ba0fd437fe9d8d2b7330728d65927fd9f7c6f70 (patch) | |
tree | 7a61443b4203f859cb5ef876e17b679cd2f28fe6 /lisp/wdired.el | |
parent | c2649d3f84dbf73a4caea9cbed43ca4e841feffd (diff) | |
download | emacs-5ba0fd437fe9d8d2b7330728d65927fd9f7c6f70.tar.gz |
(make-symbolic-link): Declare as function.
Diffstat (limited to 'lisp/wdired.el')
-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 () |