diff options
| -rw-r--r-- | lisp/dired.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/dired.el b/lisp/dired.el index 825d0e47508..8995c48df7f 100644 --- a/lisp/dired.el +++ b/lisp/dired.el | |||
| @@ -3028,7 +3028,6 @@ See options: `dired-hide-details-hide-symlink-targets' and | |||
| 3028 | ;; The old code used selective-display which only works at | 3028 | ;; The old code used selective-display which only works at |
| 3029 | ;; a line-granularity, so it used start and end positions that where | 3029 | ;; a line-granularity, so it used start and end positions that where |
| 3030 | ;; approximate ("anywhere on the line is fine"). | 3030 | ;; approximate ("anywhere on the line is fine"). |
| 3031 | ;; FIXME: This also removes other invisible properties! | ||
| 3032 | (save-excursion | 3031 | (save-excursion |
| 3033 | (let ((inhibit-read-only t)) | 3032 | (let ((inhibit-read-only t)) |
| 3034 | (remove-list-of-text-properties | 3033 | (remove-list-of-text-properties |