diff options
author | Eli Zaretskii <eliz@gnu.org> | 2022-11-12 09:04:42 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-11-12 09:04:42 +0200 |
commit | 26730d20ccae7de7fc891961ef499a8a714ca43d (patch) | |
tree | 4cb8d9edc8d71ba2088811868c2a2284c19cd8fc /lisp/dired.el | |
parent | 0aea7da80b9933bc6dc52f0e573b5dfb6826dc07 (diff) | |
download | emacs-26730d20ccae7de7fc891961ef499a8a714ca43d.tar.gz emacs-26730d20ccae7de7fc891961ef499a8a714ca43d.tar.bz2 emacs-26730d20ccae7de7fc891961ef499a8a714ca43d.zip |
; * lisp/dired.el (dired--unhide): Remove FIXME. (Bug#59047)
Diffstat (limited to 'lisp/dired.el')
-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 ;; The old code used selective-display which only works at ;; a line-granularity, so it used start and end positions that where ;; approximate ("anywhere on the line is fine"). - ;; FIXME: This also removes other invisible properties! (save-excursion (let ((inhibit-read-only t)) (remove-list-of-text-properties |