* lisp/dired-aux.el (shell-command-guess): Remove unneeded autoload cookie.
:group 'dired
:version "30.1")
-;;;###autoload
(defun shell-command-guess (files)
"Return a list of shell commands, appropriate for FILES.
The list is populated by calling functions from
stdout will be intermixed in the output stream.")
(declare-function dired-get-filename "dired" (&optional localp no-error-if-not-filep))
+(declare-function shell-command-guess "dired-aux" (files))
(defun minibuffer-default-add-shell-commands ()
"Return a list of all commands associated with the current file.