diff options
| -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 | |||
| 1297 | ; (trailing slash!) | 1297 | ; (trailing slash!) |
| 1298 | name2 ok-if-already-exists))) | 1298 | name2 ok-if-already-exists))) |
| 1299 | 1299 | ||
| 1300 | ;;;###autoload | ||
| 1300 | (defun dired-do-relsymlink (&optional arg) | 1301 | (defun dired-do-relsymlink (&optional arg) |
| 1301 | "Relative symlink all marked (or next ARG) files into a directory. | 1302 | "Relative symlink all marked (or next ARG) files into a directory. |
| 1302 | Otherwise make a relative symbolic link to the current file. | 1303 | Otherwise make a relative symbolic link to the current file. |