From: Stefan Kangas Date: Tue, 4 Feb 2020 01:22:34 +0000 (+0100) Subject: Silence byte-compiler warning X-Git-Tag: emacs-28.0.90~2727^2~837^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b641c178ce3d022a9fca1d44ecb60f3878a989bd;p=emacs.git Silence byte-compiler warning * lisp/dired.el (grep-read-files-function): Add defvar to silence byte-compiler warning. --- diff --git a/lisp/dired.el b/lisp/dired.el index 0e0b25eac8c..a4de51f6091 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -2150,6 +2150,7 @@ Do so according to the former subdir alist OLD-SUBDIR-ALIST." ;; Dired mode is suitable only for specially formatted data. (put 'dired-mode 'mode-class 'special) +(defvar grep-read-files-function) ;; Autoload cookie needed by desktop.el ;;;###autoload (defun dired-mode (&optional dirname switches)