From 22ac7ca0e40b885fe1eb757be8041de1a2a15dd1 Mon Sep 17 00:00:00 2001 From: Markus Rost Date: Tue, 7 May 2002 19:32:33 +0000 Subject: [PATCH] (ffap): Don't hide it behind the autoload-cookie. --- lisp/ffap.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/ffap.el b/lisp/ffap.el index 07ffb0dbd40..02cdb657d0f 100644 --- a/lisp/ffap.el +++ b/lisp/ffap.el @@ -1355,7 +1355,9 @@ See for latest version." filename)))))) ;; Shortcut: allow {M-x ffap} rather than {M-x find-file-at-point}. -;;;###autoload(defalias 'ffap 'find-file-at-point) +;;;###autoload +(defalias 'ffap 'find-file-at-point) + ;;; Menu support (`ffap-menu'): -- 2.39.5