]> code.delx.au - gnu-emacs/commitdiff
(ffap): Don't hide it behind the autoload-cookie.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Tue, 7 May 2002 19:32:33 +0000 (19:32 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Tue, 7 May 2002 19:32:33 +0000 (19:32 +0000)
lisp/ffap.el

index 07ffb0dbd403ad9fe3a0e35245555ca0f468e57e..02cdb657d0f26f76c1fd05e8b68ce4cb15965767 100644 (file)
@@ -1355,7 +1355,9 @@ See <ftp://ftp.mathcs.emory.edu/pub/mic/emacs/> 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)
+
 \f
 ;;; Menu support (`ffap-menu'):