Skip to content

Commit b641c17

Browse files
committed
Silence byte-compiler warning
* lisp/dired.el (grep-read-files-function): Add defvar to silence byte-compiler warning.
1 parent 330228d commit b641c17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lisp/dired.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2150,6 +2150,7 @@ Do so according to the former subdir alist OLD-SUBDIR-ALIST."
21502150
;; Dired mode is suitable only for specially formatted data.
21512151
(put 'dired-mode 'mode-class 'special)
21522152

2153+
(defvar grep-read-files-function)
21532154
;; Autoload cookie needed by desktop.el
21542155
;;;###autoload
21552156
(defun dired-mode (&optional dirname switches)

0 commit comments

Comments
 (0)