diff --git a/emacs.el b/emacs.el index 3cdeebf..c964e1a 100644 --- a/emacs.el +++ b/emacs.el @@ -2824,6 +2824,7 @@ Any output will be written to current buffer." (when peek-file-mode (kill-buffer)))))) +(declare-function dired-get-file-for-visit "dired") (with-eval-after-load 'dired (defun dired-peek-file (&rest files) "Dired `peak-file' FILES."