]> code.delx.au - gnu-emacs/commit
Don't require default-directory to end with a slash
authorDmitry Gutov <dgutov@yandex.ru>
Thu, 29 Oct 2015 01:00:50 +0000 (03:00 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Thu, 29 Oct 2015 01:01:45 +0000 (03:01 +0200)
commitffa41ad2a02dbd1202d71a08bac34831f25662d0
tree04ff5e2f725343b20dea97e63b4e002e0e88f956
parent42eb249ebd48b8df80357be41364b23a7af4fcf0
Don't require default-directory to end with a slash

* doc/lispref/files.texi (Magic File Names): Document the change
in unhandled-file-name-directory.

* lisp/url/url-handlers.el
(url-handler-unhandled-file-name-directory): Update accordingly.

* src/buffer.c (default-directory): Update the docsting.

* src/fileio.c (unhandled-file-name-directory): Default to calling
`file-name-as-directory'
(http://lists.gnu.org/archive/html/emacs-devel/2015-10/msg02294.html).
doc/lispref/files.texi
etc/NEWS
lisp/url/url-handlers.el
src/buffer.c
src/fileio.c