diff --git a/dired-narrow.el b/dired-narrow.el index 9d71af8..cade119 100644 --- a/dired-narrow.el +++ b/dired-narrow.el @@ -139,7 +139,7 @@ we should act on." (defun dired-narrow--restore () "Restore the invisible files of the current buffer." (let ((inhibit-read-only t)) - (remove-text-properties (point-min) (point-max) '(invisible)) + (set-text-properties (point-min) (point-max) '()) (when (fboundp 'dired-insert-set-properties) (dired-insert-set-properties (point-min) (point-max)))))