diff options
author | Eli Zaretskii <eliz@gnu.org> | 2007-02-02 18:27:09 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2007-02-02 18:27:09 +0000 |
commit | 5e5eaedadb8a2d3a364fa77c12c37e4d8b923234 (patch) | |
tree | 2518f27d61007e2bd0c2dfa04ca011de75a38f67 /lisp/dired-x.el | |
parent | 4d4238ccc81d5c68d09307b9c8d01e22689f5592 (diff) | |
download | emacs-5e5eaedadb8a2d3a364fa77c12c37e4d8b923234.tar.gz |
(dired-do-relsymlink): Add an autoload cookie.
Diffstat (limited to 'lisp/dired-x.el')
-rw-r--r-- | lisp/dired-x.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/dired-x.el b/lisp/dired-x.el index 42429023bbc..1a1cdd5a542 100644 --- a/lisp/dired-x.el +++ b/lisp/dired-x.el @@ -1297,6 +1297,7 @@ results in ; (trailing slash!) name2 ok-if-already-exists))) +;;;###autoload (defun dired-do-relsymlink (&optional arg) "Relative symlink all marked (or next ARG) files into a directory. Otherwise make a relative symbolic link to the current file. |