From e09cb3aee9a7dfb851d0470f30bd71426c3434bf 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. --- lisp/dired.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/dired.el b/lisp/dired.el index ff6a31ed725..9a8c8d74394 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -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,