]> git.eshelyaron.com Git - emacs.git/commit
Also test and fix file-newer-than-file-p with 2nd arg "/:" quoted
authorNoam Postavsky <npostavs@gmail.com>
Fri, 26 Jan 2018 21:31:39 +0000 (16:31 -0500)
committerNoam Postavsky <npostavs@gmail.com>
Fri, 26 Jan 2018 21:31:39 +0000 (16:31 -0500)
commita1f600f51e37fbb44bc524440ee5702590dd7164
tree75e4b3db89c9ee133dab0937d9a91eb044e161a2
parent98ca7a4c94bd89a7da25c30eceb357c81b83e98b
Also test and fix file-newer-than-file-p with 2nd arg "/:" quoted

* test/lisp/files-tests.el (files-file-name-non-special-handlers):
Test "/:" quoted files in both positions of multi-file operations.
* lisp/files.el (file-name-non-special): Handle "/:" quoted file names
for both arguments of file-newer-than-file-p.
lisp/files.el
test/lisp/files-tests.el