From 7bd03ef8928d8ffd39648a3f4238a5f168a9856f Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 15 Mar 2025 09:36:03 +0200 Subject: [PATCH] ; * lisp/dired.el (project-root): Declare. (cherry picked from commit e09cb3aee9a7dfb851d0470f30bd71426c3434bf) --- lisp/dired.el | 2 ++ 1 file changed, 2 insertions(+) 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, -- 2.39.5