]> git.eshelyaron.com Git - emacs.git/commitdiff
Silence byte-compiler warning
authorStefan Kangas <stefankangas@gmail.com>
Tue, 4 Feb 2020 01:22:34 +0000 (02:22 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Tue, 4 Feb 2020 01:26:35 +0000 (02:26 +0100)
* lisp/dired.el (grep-read-files-function): Add defvar to silence
byte-compiler warning.

lisp/dired.el

index 0e0b25eac8c2e5dc25d9a25050a1513f6fbe7c86..a4de51f60912c39ed63d92a994d1c2ade420a314 100644 (file)
@@ -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)