]> code.delx.au - gnu-emacs/blobdiff - lisp/dired.el
(menu-bar-help-menu): Add menu item for non-English
[gnu-emacs] / lisp / dired.el
index f99dfd7fad1eb4fa4c39cde3194e034b772b5320..c7cd894c1e1905787e4bb12c28f4255f092d4109 100644 (file)
@@ -2178,7 +2178,7 @@ Command symbols are `byte-compile', `chgrp', `chmod', `chown', `compress',
   ;; Point must be at beginning of line
   ;; Should be equivalent to (save-excursion (not (dired-move-to-filename)))
   ;; but is about 1.5..2.0 times as fast. (Actually that's not worth it)
-  (or (looking-at "^$\\|^. *$\\|^. total\\|^. wildcard")
+  (or (looking-at "^$\\|^. *$\\|^. total\\|^. wildcard\\|^. used")
       (and (looking-at dired-subdir-regexp)
           (save-excursion (not (dired-move-to-filename))))))