]> git.eshelyaron.com Git - emacs.git/commit
ffap ido accommodation
authordickmao <none>
Tue, 3 Aug 2021 16:02:48 +0000 (12:02 -0400)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 4 Aug 2021 07:20:38 +0000 (09:20 +0200)
commit253b36bd40d1b342cdda09b0bee183788120f67e
treecb0ab8506c7bc11fbe90873358a8d9f7cbdfef10
parentb4f3e6cabafb3e04292a650874d977c692dbad22
ffap ido accommodation

Now that ffap-file-finder can be ido-find-file, the
noninteractive portion of find-file-at-point cannot
assume ffap-file-finder always takes an argument
(ido-find-file does not).

* lisp/ffap.el (find-file-at-point): Do not call ffap-file-finder.
* test/lisp/ffap-tests.el (ffap-ido-mode): Test it.
lisp/ffap.el
test/lisp/ffap-tests.el