summaryrefslogtreecommitdiff
path: root/lisp/ffap.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2021-07-08 15:25:34 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2021-07-08 15:25:34 +0200
commitde5ae0c964135dd3b1247b91b76a6581b5d8a47c (patch)
treea67fd986e44f6b76a11c4c2b9d111d588fba79c4 /lisp/ffap.el
parent6d580b00e48e567ac92645e2d120769475d196ad (diff)
downloademacs-de5ae0c964135dd3b1247b91b76a6581b5d8a47c.tar.gz
emacs-de5ae0c964135dd3b1247b91b76a6581b5d8a47c.tar.bz2
emacs-de5ae0c964135dd3b1247b91b76a6581b5d8a47c.zip
Make ido-mode override ffap-file-finder
* lisp/ffap.el: Autoload so that we can override in ido (bug#21980). * lisp/ido.el (ido-everywhere): Override ffap-file-finder.
Diffstat (limited to 'lisp/ffap.el')
-rw-r--r--lisp/ffap.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/ffap.el b/lisp/ffap.el
index 6faf8d50b26..c31926eb299 100644
--- a/lisp/ffap.el
+++ b/lisp/ffap.el
@@ -260,6 +260,7 @@ ffap most of the time."
:type 'boolean
:group 'ffap)
+;;;###autoload
(defcustom ffap-file-finder 'find-file
"The command called by `find-file-at-point' to find a file."
:type 'function