]> git.eshelyaron.com Git - emacs.git/commit
Fix opening directory trees from Filesets menu
authorEli Zaretskii <eliz@gnu.org>
Sat, 16 Dec 2023 11:25:58 +0000 (13:25 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 16 Dec 2023 19:15:26 +0000 (20:15 +0100)
commit1e38ec31b2668caa019b02c525e55fcd349c764d
tree4347b27a7130b3bc0e9a793c8eed8490e369c9ce
parent1f419c618df04f324071355d5b2999d8e75aebe6
Fix opening directory trees from Filesets menu

In bug#976, the code was fixed, but the cautious condition in
the original author's code, which catered to invoking
'filelists-open' from the menu-bar menu, was omitted, which made
that invocation, which did work before, broken.
* lisp/filesets.el (filesets-get-filelist): Fix opening directory
trees from the Filesets menu-bar menu.  (Bug#67658)

(cherry picked from commit 5be94e2bce53f9826b64d3566a0d5524aeccbccd)
lisp/filesets.el