]> code.delx.au - gnu-emacs/commit
shell-quote-argument DIR when appropriate
authorDmitry Gutov <dgutov@yandex.ru>
Thu, 5 May 2016 01:15:23 +0000 (04:15 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Thu, 5 May 2016 01:15:23 +0000 (04:15 +0300)
commitab3ba912fc7b91b7b147ea36fabe461dc99a9fb8
tree7618c1534a3b505e05e772da86372c52b7448b46
parent922c7a3e48e649ad67bd12b1f83343b730dd1bc4
shell-quote-argument DIR when appropriate

* lisp/progmodes/project.el (project-file-completion-table):
`shell-quote-argument' DIR as well.

* lisp/progmodes/xref.el (xref--rgrep-command): Pass DIR through
`shell-quote-argument' (bug#23453).  Thanks for Kaushal Modi for
pointing out the problem.  Assert that DIR doesn't start with `~'.
lisp/progmodes/project.el
lisp/progmodes/xref.el