From: Markus Rost Date: Tue, 7 May 2002 19:32:33 +0000 (+0000) Subject: (ffap): Don't hide it behind the autoload-cookie. X-Git-Tag: ttn-vms-21-2-B4~15155 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=22ac7ca0e40b885fe1eb757be8041de1a2a15dd1;p=emacs.git (ffap): Don't hide it behind the autoload-cookie. --- 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'):