aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/dired.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/dired.el b/lisp/dired.el
index 29ee70367d5..cfdb57d614c 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -1227,8 +1227,6 @@ Do so according to the former subdir alist OLD-SUBDIR-ALIST."
1227;; Dired mode is suitable only for specially formatted data. 1227;; Dired mode is suitable only for specially formatted data.
1228(put 'dired-mode 'mode-class 'special) 1228(put 'dired-mode 'mode-class 'special)
1229 1229
1230(defvar buffer-stale-function)
1231
1232(defun dired-mode (&optional dirname switches) 1230(defun dired-mode (&optional dirname switches)
1233 "\ 1231 "\
1234Mode for \"editing\" directory listings. 1232Mode for \"editing\" directory listings.