Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs
This commit is contained in:
commit
a5259b48a4
1 changed files with 1 additions and 1 deletions
|
@ -1165,7 +1165,7 @@ to that style. Otherwise it is returned unchanged."
|
|||
(cl-ecase xref-file-name-display
|
||||
(abs group)
|
||||
(nondirectory
|
||||
(if (string-match-p "\\`~?/" group)
|
||||
(if (file-name-absolute-p group)
|
||||
(file-name-nondirectory group)
|
||||
group))
|
||||
(project-relative
|
||||
|
|
Loading…
Add table
Reference in a new issue