; * lisp/dired.el (project-root): Declare.
This commit is contained in:
parent
b105089715
commit
e09cb3aee9
1 changed files with 2 additions and 0 deletions
|
@ -3470,6 +3470,8 @@ If EOL, it should be an position to use instead of
|
|||
|
||||
;;; Copy names of marked files into kill-ring
|
||||
|
||||
(declare-function project-root "project" (project))
|
||||
|
||||
(defun dired-copy-filename-as-kill (&optional arg)
|
||||
"Copy names of marked (or next ARG) files into the kill ring.
|
||||
If there are several names, they will be separated by a space,
|
||||
|
|
Loading…
Add table
Reference in a new issue