]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/dired.el (project-root): Declare.
authorEli Zaretskii <eliz@gnu.org>
Sat, 15 Mar 2025 07:36:03 +0000 (09:36 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 15 Mar 2025 17:13:48 +0000 (18:13 +0100)
(cherry picked from commit e09cb3aee9a7dfb851d0470f30bd71426c3434bf)

lisp/dired.el

index b5b4ba14920cc98f4ee5b921bf9b928be3f1f409..f53481078322b002417e85932bc350f80f259fde 100644 (file)
@@ -3466,6 +3466,8 @@ If EOL, it should be an position to use instead of
 \f
 ;;; 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,