aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2020-02-04 02:22:34 +0100
committerStefan Kangas2020-02-04 02:26:35 +0100
commitb641c178ce3d022a9fca1d44ecb60f3878a989bd (patch)
treef853e12bf6da30e8d9e484b4c292fbaf970fd374
parent330228d5c71981d3e2d39387d5222c3670c467c6 (diff)
downloademacs-b641c178ce3d022a9fca1d44ecb60f3878a989bd.tar.gz
emacs-b641c178ce3d022a9fca1d44ecb60f3878a989bd.zip
Silence byte-compiler warning
* lisp/dired.el (grep-read-files-function): Add defvar to silence byte-compiler warning.
-rw-r--r--lisp/dired.el1
1 files changed, 1 insertions, 0 deletions
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."
2150;; Dired mode is suitable only for specially formatted data. 2150;; Dired mode is suitable only for specially formatted data.
2151(put 'dired-mode 'mode-class 'special) 2151(put 'dired-mode 'mode-class 'special)
2152 2152
2153(defvar grep-read-files-function)
2153;; Autoload cookie needed by desktop.el 2154;; Autoload cookie needed by desktop.el
2154;;;###autoload 2155;;;###autoload
2155(defun dired-mode (&optional dirname switches) 2156(defun dired-mode (&optional dirname switches)