]> git.eshelyaron.com Git - emacs.git/commit
Simplify 'project-remember-projects-under' master
authorPhilip Kaludercic <philipk@posteo.net>
Wed, 1 Nov 2023 21:34:28 +0000 (22:34 +0100)
committerPhilip Kaludercic <philipk@posteo.net>
Wed, 8 Nov 2023 07:57:40 +0000 (08:57 +0100)
commitbf9cbc2354124a1e9eb3327007468ba384ba2945
treef525edc3728f7b622a0dec6d8daceca9d81ed8e7
parent01912a0679ea3feb48fdde4dab372c056bce446e
Simplify 'project-remember-projects-under'

* lisp/progmodes/project.el (project-remember-projects-under): Instead
of traversing the directories manually, re-use
`directory-files-recursively' to reduce complexity.  (Bug#66649)
lisp/progmodes/project.el