aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)