mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-04 22:50:59 -08:00
Silence byte-compiler warning
* lisp/dired.el (grep-read-files-function): Add defvar to silence byte-compiler warning.
This commit is contained in:
parent
330228d5c7
commit
b641c178ce
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue