*** /home/micha/Treasure/today/dired.el 2014-04-21 02:13:59.045937983 +0200 --- /home/micha/Treasure/today/dired-fix-17228.el 2014-04-21 02:15:00.429707571 +0200 *************** *** 1250,1258 **** (while (< (point) end) (ignore-errors (if (not (dired-move-to-filename)) ! (put-text-property (line-beginning-position) ! (1+ (line-end-position)) ! 'invisible 'dired-hide-details-information) (put-text-property (+ (line-beginning-position) 1) (1- (point)) 'invisible 'dired-hide-details-detail) (add-text-properties --- 1250,1260 ---- (while (< (point) end) (ignore-errors (if (not (dired-move-to-filename)) ! (unless (or (looking-at "^$") ! (looking-at dired-subdir-regexp)) ! (put-text-property (line-beginning-position) ! (1+ (line-end-position)) ! 'invisible 'dired-hide-details-information)) (put-text-property (+ (line-beginning-position) 1) (1- (point)) 'invisible 'dired-hide-details-detail) (add-text-properties