From: Dave Love Date: Mon, 6 Dec 1999 16:26:36 +0000 (+0000) Subject: Autoload the ffap alias directly. X-Git-Tag: emacs-pretest-21.0.90~5868 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=32fd7972629ec6752b4ac0f465915cc60d85e8ae;p=emacs.git Autoload the ffap alias directly. --- diff --git a/lisp/ffap.el b/lisp/ffap.el index 785cd2376e0..0bec1d7a1ff 100644 --- a/lisp/ffap.el +++ b/lisp/ffap.el @@ -1351,12 +1351,7 @@ See for latest version." filename)))))) ;; Shortcut: allow {M-x ffap} rather than {M-x find-file-at-point}. -;; The defun is for autoload.el; the defalias takes over at load time. -;;;###autoload -(defun ffap (&optional filename) - "A short alias for the find-file-at-point command.") -(defalias 'ffap 'find-file-at-point) - +;;;###autoload(defalias 'ffap 'find-file-at-point) ;;; Menu support (`ffap-menu'):