]> git.eshelyaron.com Git - emacs.git/commit
Proof some searches and file listings against symlinks
authorDmitry Gutov <dgutov@yandex.ru>
Wed, 6 Jan 2021 17:41:55 +0000 (19:41 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Wed, 6 Jan 2021 21:07:22 +0000 (23:07 +0200)
commit665b4e7c4e093391a353506e7b2385f0902db70b
treee9eab41311a7e59ee7061c9a2b7f7f691c092503
parent7936c8a96060fa118220d4d874f740dc75e2fe47
Proof some searches and file listings against symlinks

* lisp/progmodes/project.el (project--files-in-directory):
Make sure the directory includes the trailing slash in case it's
a symlink, discussed in
https://lists.gnu.org/archive/html/emacs-devel/2021-01/msg00345.html.

* lisp/progmodes/xref.el (xref-matches-in-directory): Same.

* lisp/cedet/semantic/symref/grep.el (semantic-symref-perform-search):
Same.
lisp/cedet/semantic/symref/grep.el
lisp/progmodes/project.el
lisp/progmodes/xref.el