# HG changeset patch
# User Markus Rost <rost@math.uni-bielefeld.de>
# Date 1020799953 0
# Node ID f29db3d229885ef5f435f293c336706ba7d3d340
# Parent  4f3c96288c84efab9be106433bc10306bfc0ed7e
(ffap): Don't hide it behind the autoload-cookie.

diff -r 4f3c96288c84 -r f29db3d22988 lisp/ffap.el
--- a/lisp/ffap.el	Tue May 07 19:30:21 2002 +0000
+++ b/lisp/ffap.el	Tue May 07 19:32:33 2002 +0000
@@ -1355,7 +1355,9 @@
 				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'):