]> git.eshelyaron.com Git - emacs.git/commit
Add URL handler for file-name-directory (Bug#30444)
authorNicolas Petton <nicolas@petton.fr>
Tue, 13 Mar 2018 21:07:08 +0000 (22:07 +0100)
committerAndrew G Cohen <cohen@andy.bu.edu>
Tue, 11 Dec 2018 06:17:51 +0000 (14:17 +0800)
commita684aeb11e952160a397b274c2a749f38fe2c6ba
tree0abf3830892e74420a11b8bb1c35f4f378fa16de
parent3a01434fb6fdb84aa2e3d1d859c5fc31ee1fc421
Add URL handler for file-name-directory  (Bug#30444)

* lisp/url/url-handlers.el (url-handler-file-name-directory): New
function which handles special cases for `file-name-directory' and
URLs.
* test/lisp/url/url-handlers-test.el: New file.  Add tests for
`url-handler-file-name-directory'.
lisp/url/url-handlers.el
test/lisp/url/url-handlers-test.el [new file with mode: 0644]