]> 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)
committerEli Zaretskii <eliz@gnu.org>
Sat, 16 Dec 2023 11:25:58 +0000 (13:25 +0200)
commit5be94e2bce53f9826b64d3566a0d5524aeccbccd
tree91d7f178b8e4ff0bff08bfe622742896d4fd14ba
parent6b6e770a1f55da0580706c7ec21a409437d19ab4
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)
lisp/filesets.el