From: Eli Zaretskii Date: Sat, 15 Mar 2025 07:36:03 +0000 (+0200) Subject: ; * lisp/dired.el (project-root): Declare. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7bd03ef8928d8ffd39648a3f4238a5f168a9856f;p=emacs.git ; * lisp/dired.el (project-root): Declare. (cherry picked from commit e09cb3aee9a7dfb851d0470f30bd71426c3434bf) --- diff --git a/lisp/dired.el b/lisp/dired.el index b5b4ba14920..f5348107832 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -3466,6 +3466,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,