]> git.eshelyaron.com Git - emacs.git/commit
Fix uses of 'dired-omit-mode' (bug#71905)
authorJuri Linkov <juri@linkov.net>
Sun, 7 Jul 2024 06:52:01 +0000 (09:52 +0300)
committerEshel Yaron <me@eshelyaron.com>
Mon, 8 Jul 2024 20:50:44 +0000 (22:50 +0200)
commite58e2318087b7baa7c968a6d589b05e04284e26a
tree2faaedce60804e0b0bc3bdd1e65979941d660866
parentef7066c87a807635c8afaae28e6d94c7155125ab
Fix uses of 'dired-omit-mode' (bug#71905)

* lisp/dired.el (dired-jump): Disable dired-omit-mode with -1.

* lisp/files.el (recover-session): Disable dired-omit-mode
explicitly afterwards instead of modifying dired-mode-hook
that fails when it contains a lambda.

(cherry picked from commit 8911d53ce5d8c67327704b7bf55ada14024766d0)
lisp/dired.el
lisp/files.el